IVsSimpleLibrary2.CreateNavInfo(SYMBOL_DESCRIPTION_NODE[], UInt32, IVsNavInfo) Methode

Definition

Für zukünftige Verwendung reserviert.

public:
 int CreateNavInfo(cli::array <Microsoft::VisualStudio::Shell::Interop::SYMBOL_DESCRIPTION_NODE> ^ rgSymbolNodes, System::UInt32 ulcNodes, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsNavInfo ^ % ppNavInfo);
public:
 int CreateNavInfo(Platform::Array <Microsoft::VisualStudio::Shell::Interop::SYMBOL_DESCRIPTION_NODE> ^ rgSymbolNodes, unsigned int ulcNodes, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsNavInfo ^ &  ppNavInfo);
int CreateNavInfo(std::Array <Microsoft::VisualStudio::Shell::Interop::SYMBOL_DESCRIPTION_NODE> const & rgSymbolNodes, unsigned int ulcNodes, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsNavInfo const & & ppNavInfo);
public int CreateNavInfo (Microsoft.VisualStudio.Shell.Interop.SYMBOL_DESCRIPTION_NODE[] rgSymbolNodes, uint ulcNodes, out Microsoft.VisualStudio.Shell.Interop.IVsNavInfo ppNavInfo);
abstract member CreateNavInfo : Microsoft.VisualStudio.Shell.Interop.SYMBOL_DESCRIPTION_NODE[] * uint32 * IVsNavInfo -> int
Public Function CreateNavInfo (rgSymbolNodes As SYMBOL_DESCRIPTION_NODE(), ulcNodes As UInteger, ByRef ppNavInfo As IVsNavInfo) As Integer

Parameter

rgSymbolNodes
SYMBOL_DESCRIPTION_NODE[]

[in] Ein Array von SYMBOL_DESCRIPTION_NODE-Objekten, die jeden Knoten in der Struktur beschreiben.

ulcNodes
UInt32

[in] Die Anzahl der Objekte im rgSymbolNodes-Array.

ppNavInfo
IVsNavInfo

[out] Gibt ein IVsNavInfo-Objekt zurück, das die Navigationsinformationen für alle Knoten in der Struktur darstellt.

Gibt zurück

Int32

Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

COM-Signatur

Aus vsshell80. idl:

HRESULT IVsSimpleLibrary2::CreateNavInfo(  
   [in, size_is(ulcNodes)] SYMBOL_DESCRIPTION_NODE   rgSymbolNodes[],   
   [in]                    ULONG                     ulcNodes,   
   [out]                   IVsNavInfo              **ppNavInfo  
);  

Gilt für