IVsUISimpleDataSource 接口
表示 IVsUIDataSourcePropertyChangeEvents 和 IVsUICollectionChangeEvents的基接口。
命名空间: Microsoft.VisualStudio.Shell.Interop
程序集: Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)
Microsoft.VisualStudio.Shell.Interop.10.0(在 Microsoft.VisualStudio.Shell.Interop.10.0.dll 中)
语法
声明
<GuidAttribute("110596DC-7A19-4E04-9106-1DB0580F77E9")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsUISimpleDataSource _
Inherits IVsUIDispatch
[GuidAttribute("110596DC-7A19-4E04-9106-1DB0580F77E9")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUISimpleDataSource : IVsUIDispatch
IVsUISimpleDataSource 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
Close | 关闭数据源。 | |
EnumVerbs(IVsUIEnumDataSourceVerbs%) | 列出数据源中的谓词 (继承自 IVsUIDispatch。) | |
EnumVerbs(IVsUIEnumDataSourceVerbs%) | 返回谓词的枚举数据源的。 | |
Invoke(String, Object, Object%) | 调用数据源中的一个谓词。 (继承自 IVsUIDispatch。) | |
Invoke(String, Object, Object%) | 执行在数据源上一个谓词。 |
页首