IVsLiteTreeList.GetFlags(UInt32) Method

Definition

Returns the attributes of the current tree list.

C++/WinRT
int GetFlags([Runtime::InteropServices::Out] unsigned int & pFlags);

Parameters

pFlags
UInt32

[out] Pointer to a variable indicating attributes of the current tree list. Values are taken from the _VSTREEFLAGS enumeration.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell.idl:

cpp#
HRESULT IVsLiteTreeList::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.

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022