IVsUISimpleDataSource Interface

Represents the base interface for IVsUIDataSourcePropertyChangeEvents and IVsUICollectionChangeEvents.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  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
Public method Close Closes the data source.
Public method EnumVerbs Returns a enumeration of verbs for the data source.
Public method Invoke Executes a verb on the data source.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace