共用方式為


EditingContext.Services 屬性

更新:2007 年 11 月

會取得這個編輯內容的服務管理員。

命名空間:  Microsoft.Windows.Design
組件:  Microsoft.Windows.Design (在 Microsoft.Windows.Design.dll 中)

語法

Public ReadOnly Property Services As ServiceManager

Dim instance As EditingContext
Dim value As ServiceManager

value = instance.Services
public ServiceManager Services { get; }
public:
property ServiceManager^ Services {
    ServiceManager^ get ();
}
public function get Services () : ServiceManager

屬性值

型別:Microsoft.Windows.Design.ServiceManager

這個編輯內容的 ServiceManager

例外狀況

例外狀況 條件
InvalidOperationException

CreateServiceManager 會傳回 nullNull 參照 (即 Visual Basic 中的 Nothing)ServiceManager

使用權限

請參閱

參考

EditingContext 類別

EditingContext 成員

Microsoft.Windows.Design 命名空間

ServiceManager

ContextItemManager

ContextItem

FeatureManager

其他資源

編輯內容架構

了解 WPF 設計工具擴充性