IVsUserContextItemCollection::_NewEnum Method (Object^)
Visual Studio 2015
Returns an enumerator to use for going through the collection.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pEnum
-
Type:
System::Object^
[out] Pointer to the enumerator interface, IEnumVARIANT.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
The enumerator is an OLE Automation-based enumerator. For more information about such enumerators, see .ea9109d0-a62b-46c8-ae67-e7ba7a4f4e92
From context.idl:
HRESULT IVsUserContextItemCollection::_NewEnum(
[out, retval] IUnknown ** pEnum
);
Show: