IVsSimpleObjectList2.LocateNavInfoNode(IVsNavInfoNode, UInt32) Methode

Definition

Für zukünftige Verwendung reserviert.

public:
 int LocateNavInfoNode(Microsoft::VisualStudio::Shell::Interop::IVsNavInfoNode ^ pNavInfoNode, [Runtime::InteropServices::Out] System::UInt32 % pulIndex);
int LocateNavInfoNode(Microsoft::VisualStudio::Shell::Interop::IVsNavInfoNode const & pNavInfoNode, [Runtime::InteropServices::Out] unsigned int & pulIndex);
public int LocateNavInfoNode (Microsoft.VisualStudio.Shell.Interop.IVsNavInfoNode pNavInfoNode, out uint pulIndex);
abstract member LocateNavInfoNode : Microsoft.VisualStudio.Shell.Interop.IVsNavInfoNode * uint32 -> int
Public Function LocateNavInfoNode (pNavInfoNode As IVsNavInfoNode, ByRef pulIndex As UInteger) As Integer

Parameter

pNavInfoNode
IVsNavInfoNode

[in] Ein IVsNavInfoNode-Objekt, das die Navigationsinformationen für einen Knoten darstellt.

pulIndex
UInt32

[out] Gibt den Index des Listenelements zurück, das dem angegebenen Navigationsknoten entspricht.

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 IVsSimpleObjectList2::LocateNavInfoNode(  
   [in]  IVsNavInfoNode *pNavInfoNode,   
   [out] ULONG          *pulIndex  
);  

Gilt für