AvalonEdit
GetService Method (serviceType)
NamespacesICSharpCode.AvalonEdit.EditingTextAreaGetService(Type)
Gets the requested service.
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)
Return Value
Returns the requested service instance, or null if the service cannot be found.

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