'宣言 Protected Overridable Function GetService( _ ByVal service As System.Type _ ) As System.Object
'使用法 Dim instance As RtfOptionsForm Dim service As System.Type Dim value As System.Object value = instance.GetService(service)
protected virtual System.object GetService( System.Type service )
パラメータ
- service