EditingContext.Services Property

Gets the service manager for this editing context.

Namespace:  Microsoft.Windows.Design
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Syntax

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

Property Value

Type: Microsoft.Windows.Design.ServiceManager
A ServiceManager for this editing context.

Exceptions

Exception Condition
InvalidOperationException

The CreateServiceManager method returned a nulla null reference (Nothing in Visual Basic) ServiceManager.

.NET Framework Security

See Also

Reference

EditingContext Class

Microsoft.Windows.Design Namespace

ServiceManager

ContextItemManager

ContextItem

FeatureManager

Other Resources

Editing Context Architecture

Understanding WPF Designer Extensibility