EditingContext.Services Property
Gets the service manager for this editing context.
Namespace: Microsoft.Windows.Design
Assembly: Microsoft.Windows.Design (in Microsoft.Windows.Design.dll)
Syntax
'Declaration
Public ReadOnly Property Services As ServiceManager
'Usage
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
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