IVsUIDispatch Interface
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.
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. |