IVsNavigationTool::GetSelectedSymbols Method (IVsSelectedSymbols^)

 

Get the symbols selected in the object or class browser.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

int GetSelectedSymbols(
	[OutAttribute] IVsSelectedSymbols^% ppIVsSelectedSymbols
)

Parameters

ppIVsSelectedSymbols
Type: Microsoft.VisualStudio.Shell.Interop::IVsSelectedSymbols^

[out] Pointer to an IVsSelectedSymbols interface providing access to the selected symbols.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From vsshell80.idl:

HRESULT IVsNavigationTool::GetSelectedSymbols(
   [out] IVsSelectedSymbols **ppIVsSelectedSymbols
);
Return to top
Show: