EditingContext.Services 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回当前编辑上下文中使用的服务管理器。
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 表示主机提供给设计器使用的功能,或表示设计器用于使功能对编辑器内的所有设计器可用的功能。