IVsLiteTreeList.GetFlags(UInt32) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the attributes of the current tree list.
public:
int GetFlags([Runtime::InteropServices::Out] System::UInt32 % pFlags);
int GetFlags([Runtime::InteropServices::Out] unsigned int & pFlags);
public int GetFlags(out uint pFlags);
abstract member GetFlags : uint32 -> int
Public Function GetFlags (ByRef pFlags As UInteger) As Integer
- pFlags
- UInt32
[out] Pointer to a variable indicating attributes of the current tree list. Values are taken from the _VSTREEFLAGS enumeration.
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
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.
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |