Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to v2.
Gets the optional services of this editor, for example IEditorSelection.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
ReadOnly Property ServiceProvider As IServiceProvider
Get
'Usage
Dim instance As IEditor
Dim value As IServiceProvider
value = instance.ServiceProvider
IServiceProvider ServiceProvider { get; }
property IServiceProvider^ ServiceProvider {
IServiceProvider^ get ();
}
abstract ServiceProvider : IServiceProvider
function get ServiceProvider () : IServiceProvider
Property Value
Type: System.IServiceProvider
The optional services of this editor.