IVsSelectedSymbol.GetNavInfo(IVsNavInfo) Yöntem

Tanım

Sembolleri hiyerarşik ağacında bir sembol tanımlamak için kullanılabilecek bir nesne alır.

public:
 int GetNavInfo([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsNavInfo ^ % ppNavInfo);
public:
 int GetNavInfo([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsNavInfo ^ &  ppNavInfo);
int GetNavInfo([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsNavInfo const & & ppNavInfo);
public int GetNavInfo (out Microsoft.VisualStudio.Shell.Interop.IVsNavInfo ppNavInfo);
abstract member GetNavInfo : IVsNavInfo -> int
Public Function GetNavInfo (ByRef ppNavInfo As IVsNavInfo) As Integer

Parametreler

ppNavInfo
IVsNavInfo

dışı Bir sembolü tanımlamak için kullanılan nesne.

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 IVsSelectedSymbol::GetNavInfo(  
   [out] IVsNavInfo **ppNavInfo  
);  

Şunlara uygulanır