IOleObject.EnumVerbs(IEnumOLEVERB) 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.
public:
int EnumVerbs([Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IEnumOLEVERB ^ % ppEnumOleVerb);
public:
int EnumVerbs([Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IEnumOLEVERB ^ & ppEnumOleVerb);
int EnumVerbs([Runtime::InteropServices::Out] Microsoft::VisualStudio::OLE::Interop::IEnumOLEVERB const & & ppEnumOleVerb);
public int EnumVerbs (out Microsoft.VisualStudio.OLE.Interop.IEnumOLEVERB ppEnumOleVerb);
abstract member EnumVerbs : IEnumOLEVERB -> int
Public Function EnumVerbs (ByRef ppEnumOleVerb As IEnumOLEVERB) As Integer
Parameters
- ppEnumOleVerb
- IEnumOLEVERB
Returns
Remarks
For information on the COM interface, see IOleObject::EnumVerbs