IVsLiteTree.Init(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.
Initializes the tree using specified options.
public:
int Init(System::UInt32 grfOpts);
public:
int Init(unsigned int grfOpts);
int Init(unsigned int grfOpts);
public int Init (uint grfOpts);
abstract member Init : uint32 -> int
Public Function Init (grfOpts As UInteger) As Integer
Parameters
- grfOpts
- UInt32
[in] Bit flags specifying 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::Init(
[in]VSLITETREEOPTS grfOpts
);