Share via


IVsLiteTree.GetInitFlags Method

Retrieves the tree list options.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
Function GetInitFlags ( _
    <OutAttribute> ByRef pgrfOpts As UInteger _
) As Integer
int GetInitFlags(
    out uint pgrfOpts
)
int GetInitFlags(
    [OutAttribute] unsigned int% pgrfOpts
)
abstract GetInitFlags : 
        pgrfOpts:uint32 byref -> int
function GetInitFlags(
    pgrfOpts : uint
) : int

Parameters

Return Value

Type: System.Int32
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
);

.NET Framework Security

See Also

Reference

IVsLiteTree Interface

Microsoft.VisualStudio.Shell.Interop Namespace