IVsObjectList::GetFlags Method (UInt32)
Visual Studio 2015
Returns the attributes of the current tree list.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pFlags
-
Type:
System::UInt32
[out] Pointer to a variable indicating attributes of the current tree list. Values are taken from the _VSTREEFLAGS enumeration
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IVsLiteTreeList::GetFlags(UInt32)From vsshell.idl:
HRESULT IVsObjectList::GetFlags( [out] VSTREEFLAGS *pFlags );
This method returns attributes of the current tree list node. Set these attributes to a combination of the enumerators of _VSTREEFLAGS.
Show: