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

Gets bitwise same value as Attributes 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 GetAttributes()
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public Function GetAttributes As Integer
Visual C++
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
public:
int GetAttributes()
F#
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member GetAttributes : unit -> int 
JScript
public function GetAttributes() : int

Return Value

Bitwise same value as Attributes

See Also