EditingContext.Services Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the service manager used in the current editing context.
public:
property System::Activities::Presentation::ServiceManager ^ Services { System::Activities::Presentation::ServiceManager ^ get(); };
public System.Activities.Presentation.ServiceManager Services { get; }
member this.Services : System.Activities.Presentation.ServiceManager
Public ReadOnly Property Services As ServiceManager
Property Value
The ServiceManager used in this editing context.
Remarks
Services represent functionality that is either provided by the host for the designer to use or that is used by the designer to make functionality available to all designers within the editor.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.