IVsSelectedSymbols.EnumSelectedSymbols(IVsEnumSelectedSymbols) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an object that enumerates a collection of selected symbols.
public:
int EnumSelectedSymbols([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsEnumSelectedSymbols ^ % ppIVsEnumSelectedSymbols);
public:
int EnumSelectedSymbols([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsEnumSelectedSymbols ^ & ppIVsEnumSelectedSymbols);
int EnumSelectedSymbols([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsEnumSelectedSymbols const & & ppIVsEnumSelectedSymbols);
public int EnumSelectedSymbols (out Microsoft.VisualStudio.Shell.Interop.IVsEnumSelectedSymbols ppIVsEnumSelectedSymbols);
abstract member EnumSelectedSymbols : IVsEnumSelectedSymbols -> int
Public Function EnumSelectedSymbols (ByRef ppIVsEnumSelectedSymbols As IVsEnumSelectedSymbols) As Integer
Parameters
- ppIVsEnumSelectedSymbols
- IVsEnumSelectedSymbols
[out] An enumeration object that can be used to enumerate the selected symbols.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell80.idl:
HRESULT IVsSelectedSymbols::EnumSelectedSymbols(
[out] IVsEnumSelectedSymbols **ppIVsEnumSelectedSymbols
);