IVsSelectedSymbols::EnumSelectedSymbols Method (IVsEnumSelectedSymbols^)

 

Gets an object that enumerates a collection of selected symbols.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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::Int32

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

From vsshell80.idl:

HRESULT IVsSelectedSymbols::EnumSelectedSymbols(
   [out] IVsEnumSelectedSymbols **ppIVsEnumSelectedSymbols
);
Return to top
Show: