EditingContext.Services 属性

定义

返回当前编辑上下文中使用的服务管理器。

public:
 property System::Activities::Presentation::ServiceManager ^ Services { System::Activities::Presentation::ServiceManager ^ get(); };
public System.Activities.Presentation.ServiceManager Services { get; }
member this.Services : System.Activities.Presentation.ServiceManager
Public ReadOnly Property Services As ServiceManager

属性值

此编辑上下文中使用的 ServiceManager

注解

Services 表示主机提供给设计器使用的功能,或表示设计器用于使功能对编辑器内的所有设计器可用的功能。

适用于