IEnumOLEVERB Interface

Definition

Enumerates the verbs available for an object. For more information, see IEnumOLEVERB and OLEVERB.

public interface class IEnumOLEVERB
public interface class IEnumOLEVERB
__interface IEnumOLEVERB
[System.Runtime.InteropServices.Guid("00000104-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IEnumOLEVERB
[System.Runtime.InteropServices.Guid("00000104-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumOLEVERB
[<System.Runtime.InteropServices.Guid("00000104-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IEnumOLEVERB = interface
[<System.Runtime.InteropServices.Guid("00000104-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IEnumOLEVERB = interface
Public Interface IEnumOLEVERB
Attributes

Methods

Clone(IEnumOLEVERB)
Next(UInt32, OLEVERB[], UInt32)
Reset()
Skip(UInt32)

Applies to