IVsLiteTree.Init(UInt32) Method

Definition

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  
);  

Applies to