Gets a service container used to associate services with the text view.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public ServiceContainer Services { get; }
Public ReadOnly Property Services As ServiceContainer Get
public: property ServiceContainer^ Services { ServiceContainer^ get (); }
Remarks
This container does not provide document services -
use TextView.GetService() instead of TextView.Services.GetService() to ensure
that document services can be found as well.
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238