IVsUIDispatch Interface

Definition

Handles verbs in a data source for the Visual Studio user interface.

public interface class IVsUIDispatch
public interface class IVsUIDispatch
__interface IVsUIDispatch
public interface IVsUIDispatch
[System.Runtime.InteropServices.Guid("0DF3E43A-5356-4A33-8AC1-3BE6E3337C37")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIDispatch
type IVsUIDispatch = interface
[<System.Runtime.InteropServices.Guid("0DF3E43A-5356-4A33-8AC1-3BE6E3337C37")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUIDispatch = interface
Public Interface IVsUIDispatch
Derived
Attributes

Methods

EnumVerbs(IVsUIEnumDataSourceVerbs)

Lists the verbs in a data source

Invoke(String, Object, Object)

Invokes a verb on a data source.

Applies to