IVsUIDataSourcePropertyChangeEvents 接口
接收调用参数何时更改。
命名空间: 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 中)
语法
声明
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("EC495559-B090-435E-8D7E-3D95286A9BE8")> _
Public Interface IVsUIDataSourcePropertyChangeEvents _
Inherits IVsUIEventSink
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("EC495559-B090-435E-8D7E-3D95286A9BE8")]
public interface IVsUIDataSourcePropertyChangeEvents : IVsUIEventSink
IVsUIDataSourcePropertyChangeEvents 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
Disconnect(IVsUISimpleDataSource) | 停止接收更改信息。 | |
Disconnect(IVsUISimpleDataSource) | 停止接收通知。 (继承自 IVsUIEventSink。) | |
OnPropertyChanged | 处理对属性的更改。 |
页首