Partilhar via


IEditor.ServiceProvider Property

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.

See Also

Reference

IEditor Interface

Microsoft.WebMatrix.Extensibility.Editor Namespace