英語で読む

次の方法で共有


IVsNavigationTool.NavigateToSymbol Method

Tells the class or object browser to navigate to items in a library.

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

Syntax

int NavigateToSymbol(
    ref Guid guidLib,
    SYMBOL_DESCRIPTION_NODE[] rgSymbolNodes,
    uint ulcNodes
)

Parameters

  • guidLib
    Type: System.Guid%

    [in] The GUID of the library containing the symbol.

  • ulcNodes
    Type: System.UInt32

    [in] Number of elements in rgSymbolNodes.

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 IVsNavigationTool::NavigateToSymbol(
   [in] REFGUID guidLib, 
   [in, size_is(ulcNodes)] SYMBOL_DESCRIPTION_NODE rgSymbolNodes[], 
   [in] ULONG ulcNodes
);

Permissions

See Also

Reference

IVsNavigationTool Interface

IVsNavigationTool Members

Microsoft.VisualStudio.Shell.Interop Namespace