IVsLiteTree.GetInitFlags(UInt32) Method

Definition

Retrieves the tree list options.

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

Parameters

pgrfOpts
UInt32

[Out] Pointer to bit flags containing the options. For more information, see __VSLITETREEOPTS.

Returns

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

Remarks

COM Signature

[C++]

From vsshell.idl:

HRESULT IVsLiteTree::GetInitFlags(  
   [out]VSLITETREEOPTS *pgrfOpts  
);  

Applies to

製品 バージョン
Visual Studio SDK 2015, 2017, 2019, 2022