IVsSimpleObjectList2.GetNavInfoNode(UInt32, IVsNavInfoNode) Yöntem

Tanım

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

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

Parametreler

index
UInt32

'ndaki Gezinti bilgilerinin alınacağı öğenin dizini.

ppNavInfoNode
IVsNavInfoNode

dışı IVsNavInfoNode İstenen bilgileri içeren bir nesne 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::GetNavInfoNode(  
   [in]  ULONG            Index,   
   [out] IVsNavInfoNode **ppNavInfoNode  
);  

Şunlara uygulanır