IVsSimpleObjectList2.GetNavInfo(UInt32, IVsNavInfo) Yöntem

Tanım

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

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

Parametreler

index
UInt32

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

ppNavInfo
IVsNavInfo

dışı IVsNavInfo İ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::GetNavInfo(  
   [in]  ULONG        Index,   
   [out] IVsNavInfo **ppNavInfo  
);  

Şunlara uygulanır