共用方式為


EditingContext.Services 屬性

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

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

語法

'宣告
Public ReadOnly Property Services As ServiceManager
    Get
public ServiceManager Services { get; }
public:
property ServiceManager^ Services {
    ServiceManager^ get ();
}
member Services : ServiceManager
function get Services () : ServiceManager

屬性值

型別:Microsoft.Windows.Design.ServiceManager
這個編輯內容的 ServiceManager

例外狀況

例外狀況 條件
InvalidOperationException

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

.NET Framework 安全性

請參閱

參考

EditingContext 類別

Microsoft.Windows.Design 命名空間

ServiceManager

ContextItemManager

ContextItem

FeatureManager

其他資源

編輯內容架構

了解 WPF 設計工具擴充性