AvalonEdit
GetService Method (serviceType)
NamespacesICSharpCode.AvalonEdit.RenderingTextViewGetService(Type)
Retrieves a service from the text view. If the service is not found in the Services container, this method will also look for it in the current document's service provider.
Declaration Syntax
C#Visual BasicVisual C++
public virtual Object GetService(
	Type serviceType
)
Public Overridable Function GetService ( _
	serviceType As Type _
) As Object
public:
virtual Object^ GetService(
	Type^ serviceType
)
Parameters
serviceType (Type)

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238