IVsSimpleObjectList2.LocateNavInfoNode(IVsNavInfoNode, UInt32) Yöntem

Tanım

Daha sonraki kullanımlar için ayrılmıştır.

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

Parametreler

pNavInfoNode
IVsNavInfoNode

'ndaki IVsNavInfoNode Bir düğümün gezinti bilgilerini temsil eden nesne.

pulIndex
UInt32

dışı Belirtilen gezinti düğümüne karşılık gelen liste öğesinin dizinini döndürür.

Döndürülenler

Int32

Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.

Açıklamalar

COM Imzası

Vsshell80. IDL adresinden:

HRESULT IVsSimpleObjectList2::LocateNavInfoNode(  
   [in]  IVsNavInfoNode *pNavInfoNode,   
   [out] ULONG          *pulIndex  
);  

Şunlara uygulanır