IVsUISimpleDataSource Interface
Represents the base interface for IVsUIDataSourcePropertyChangeEvents and IVsUICollectionChangeEvents.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("110596DC-7A19-4E04-9106-1DB0580F77E9")> _
Public Interface IVsUISimpleDataSource _
Inherits IVsUIDispatch
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("110596DC-7A19-4E04-9106-1DB0580F77E9")]
public interface IVsUISimpleDataSource : IVsUIDispatch
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"110596DC-7A19-4E04-9106-1DB0580F77E9")]
public interface class IVsUISimpleDataSource : IVsUIDispatch
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("110596DC-7A19-4E04-9106-1DB0580F77E9")>]
type IVsUISimpleDataSource =
interface
interface IVsUIDispatch
end
public interface IVsUISimpleDataSource extends IVsUIDispatch
The IVsUISimpleDataSource type exposes the following members.
Methods
Name | Description | |
---|---|---|
Close | Closes the data source. | |
EnumVerbs | Returns a enumeration of verbs for the data source. | |
Invoke | Executes a verb on the data source. |
Top