Xceed .NET Libraries Documentation
ObtainReparsePointTags Method


Xceed.FileSystem Assembly > Xceed.FileSystem Namespace > ReparsePointTagsFilter Class : ObtainReparsePointTags Method
Syntax
'Declaration
 
Protected Overridable Function ObtainReparsePointTags( _
   ByVal item As FileSystemItem _
) As ReparsePointTags
'Usage
 
Dim instance As ReparsePointTagsFilter
Dim item As FileSystemItem
Dim value As ReparsePointTags
 
value = instance.ObtainReparsePointTags(item)
protected virtual ReparsePointTags ObtainReparsePointTags( 
   FileSystemItem item
)

Parameters

item
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ReparsePointTagsFilter Class
ReparsePointTagsFilter Members