IVsNavigationTool.GetSelectedSymbols(IVsSelectedSymbols) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
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
);