EditingContext.CreateServiceManager 方法

更新:2007 年 11 月

创建一个要从 Services 属性返回的服务管理器的实例。

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

语法

声明
Protected Overridable Function CreateServiceManager As ServiceManager
用法
Dim returnValue As ServiceManager

returnValue = Me.CreateServiceManager()
protected virtual ServiceManager CreateServiceManager()
protected:
virtual ServiceManager^ CreateServiceManager()
protected function CreateServiceManager() : ServiceManager

返回值

类型:Microsoft.Windows.Design.ServiceManager

ServiceManager 类的一个实现。

备注

默认实现创建一个 ServiceManager,后者通过 SubscribeServiceCallback<ServiceType> 的声明支持设计编辑器管理器的延迟激活。

权限

另请参见

参考

EditingContext 类

EditingContext 成员

Microsoft.Windows.Design 命名空间

ServiceManager

ContextItemManager

ContextItem

FeatureManager

其他资源

编辑上下文体系结构

了解 WPF 设计器扩展性