IVsUIEnumDataSourceVerbs Interface

Definition

Manages an enumeration of verbs for a Visual Studio user interface data source.

public interface class IVsUIEnumDataSourceVerbs
public interface class IVsUIEnumDataSourceVerbs
__interface IVsUIEnumDataSourceVerbs
public interface IVsUIEnumDataSourceVerbs
[System.Runtime.InteropServices.Guid("51C2FFFB-35FA-4AD2-81B1-11816C482AAA")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIEnumDataSourceVerbs
type IVsUIEnumDataSourceVerbs = interface
[<System.Runtime.InteropServices.Guid("51C2FFFB-35FA-4AD2-81B1-11816C482AAA")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUIEnumDataSourceVerbs = interface
Public Interface IVsUIEnumDataSourceVerbs
Attributes

Methods

Clone(IVsUIEnumDataSourceVerbs)

Returns a copy of the enumeration.

Next(UInt32, String[], UInt32)

Returns a number of items from the enumeration.

Reset()

Resets the enumeration to the first item.

Skip(UInt32)

Skip over a number of items.

Applies to