IVsNavigationTool.GetSelectedSymbols(IVsSelectedSymbols) Yöntem

Tanım

Nesne veya sınıf tarayıcısında seçilen sembolleri alın.

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

Parametreler

ppIVsSelectedSymbols
IVsSelectedSymbols

dışı IVsSelectedSymbols Seçili simgelere erişim sağlayan bir arabirim işaretçisi.

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 IVsNavigationTool::GetSelectedSymbols(  
   [out] IVsSelectedSymbols **ppIVsSelectedSymbols  
);  

Şunlara uygulanır