Gets/Sets the service provider associated with this document.
By default, every TextDocument has its own ServiceContainer; and has the document itself
registered as IDocument and TextDocument.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public IServiceProvider ServiceProvider { get; set; }
Public Property ServiceProvider As IServiceProvider Get Set
public: property IServiceProvider^ ServiceProvider { IServiceProvider^ get (); void set (IServiceProvider^ value); }
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238