IVsNavigationTool::GetSelectedSymbols Method (IVsSelectedSymbols^)
Visual Studio 2015
Get the symbols selected in the object or class browser.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- ppIVsSelectedSymbols
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsSelectedSymbols^
[out] Pointer to an IVsSelectedSymbols interface providing access to the selected symbols.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
HRESULT IVsNavigationTool::GetSelectedSymbols( [out] IVsSelectedSymbols **ppIVsSelectedSymbols );
Show: