IVsLiteTree.GetInitFlags(UInt32) Method
Definition
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.
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
);