IVsSimpleBrowseComponentSet.get_RootNavInfo Method

Provides the IVsNavInfo for the root node of the component set.

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

Syntax

‘선언
Function get_RootNavInfo ( _
    <OutAttribute> ByRef pRootNavInfo As IVsNavInfo _
) As Integer
‘사용 방법
Dim instance As IVsSimpleBrowseComponentSet
Dim pRootNavInfo As IVsNavInfo
Dim returnValue As Integer

returnValue = instance.get_RootNavInfo(pRootNavInfo)
int get_RootNavInfo(
    out IVsNavInfo pRootNavInfo
)
int get_RootNavInfo(
    [OutAttribute] IVsNavInfo^% pRootNavInfo
)
abstract get_RootNavInfo : 
        pRootNavInfo:IVsNavInfo byref -> int 
function get_RootNavInfo(
    pRootNavInfo : IVsNavInfo
) : 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

From vsshell80.idl:

HRESULT get_RootNavInfo(
[out, retval] IVsNavInfo ** pRootNavInfo
);

.NET Framework Security

See Also

Reference

IVsSimpleBrowseComponentSet Interface

IVsSimpleBrowseComponentSet Members

Microsoft.VisualStudio.Shell.Interop Namespace