EditingContext.Services 属性

定义

返回当前编辑上下文中使用的服务管理器。Returns the service manager used in the current editing context.

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

此编辑上下文中使用的 ServiceManagerThe ServiceManager used in this editing context.

注解

Services 表示主机提供给设计器使用的功能,或表示设计器用于使功能对编辑器内的所有设计器可用的功能。Services represent functionality that is either provided by the host for the designer to use or that is used by the designer to make functionality available to all designers within the editor.

适用于