SubscribeContextCallback 委托

定义一个在更改上下文项时调用的回调方法。

命名空间:  Microsoft.Windows.Design
程序集:  Microsoft.Windows.Design.Extensibility(在 Microsoft.Windows.Design.Extensibility.dll 中)

语法

声明
Public Delegate Sub SubscribeContextCallback ( _
    item As ContextItem _
)
public delegate void SubscribeContextCallback(
    ContextItem item
)
public delegate void SubscribeContextCallback(
    ContextItem^ item
)
type SubscribeContextCallback = 
    delegate of 
        item:ContextItem -> unit
JScript 不支持委托。

参数

备注

使用 Subscribe 方法订阅上下文项上的更改通知。

请参见

参考

Microsoft.Windows.Design 命名空间

ContextItemManager

SubscribeContextCallback<TContextItemType>

ServiceManager

FeatureManager

其他资源

编辑上下文体系结构

WPF 设计器扩展性