IVsUISimpleDataSource Interface

Definition

Represents the base interface for Microsoft.VisualStudio.IVsUIDataSourcePropertyChangeEvents and Microsoft.VisualStudio.IVsUICollectionChangeEvents.

public interface class IVsUISimpleDataSource : Microsoft::VisualStudio::Shell::Interop::IVsUIDispatch
public interface class IVsUISimpleDataSource : Microsoft::VisualStudio::Shell::Interop::IVsUIDispatch
__interface IVsUISimpleDataSource : Microsoft::VisualStudio::Shell::Interop::IVsUIDispatch
public interface IVsUISimpleDataSource : Microsoft.VisualStudio.Shell.Interop.IVsUIDispatch
[System.Runtime.InteropServices.Guid("110596DC-7A19-4E04-9106-1DB0580F77E9")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUISimpleDataSource : Microsoft.VisualStudio.Shell.Interop.IVsUIDispatch
type IVsUISimpleDataSource = interface
    interface IVsUIDispatch
[<System.Runtime.InteropServices.Guid("110596DC-7A19-4E04-9106-1DB0580F77E9")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUISimpleDataSource = interface
    interface IVsUIDispatch
Public Interface IVsUISimpleDataSource
Implements IVsUIDispatch
Derived
Attributes
Implements

Methods

Close()

Closes the data source.

EnumVerbs(IVsUIEnumDataSourceVerbs)

Returns a enumeration of verbs for the data source.

Invoke(String, Object, Object)

Executes a verb on the data source.

Applies to