IVsLiteTree.GetInitFlags(UInt32) Method

Definition

Retrieves the tree list options.

public:
 int GetInitFlags([Runtime::InteropServices::Out] System::UInt32 % pgrfOpts);
int GetInitFlags([Runtime::InteropServices::Out] unsigned int & pgrfOpts);
public int GetInitFlags (out uint pgrfOpts);
abstract member GetInitFlags : uint32 -> int
Public Function GetInitFlags (ByRef pgrfOpts As UInteger) As Integer

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