IVsSelectedSymbols::EnumSelectedSymbols Method (IVsEnumSelectedSymbols^)
Visual Studio 2015
Gets an object that enumerates a collection of selected symbols.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
int EnumSelectedSymbols(
[OutAttribute] IVsEnumSelectedSymbols^% ppIVsEnumSelectedSymbols
)
Parameters
- ppIVsEnumSelectedSymbols
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsEnumSelectedSymbols^
[out] An enumeration object that can be used to enumerate 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 IVsSelectedSymbols::EnumSelectedSymbols( [out] IVsEnumSelectedSymbols **ppIVsEnumSelectedSymbols );
Show: