[This is preliminary documentation and is subject to change.]

Gets bitwise same value as ReparsePointTag as CLS-compliant type

Namespace: Tools.TotalCommanderT
Assembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public int GetReparsePointTag()
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Function GetReparsePointTag As Integer
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
public:
int GetReparsePointTag()
F#
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member GetReparsePointTag : unit -> int 
JScript
public function GetReparsePointTag() : int

Return Value

Bitwise same value as ReparsePointTag

See Also