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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design Namespace