'宣言 Public Function GetService( _ ByVal serviceType As System.Type _ ) As System.Object
'使用法 Dim instance As LocalizeActionList Dim serviceType As System.Type Dim value As System.Object value = instance.GetService(serviceType)
public System.object GetService( System.Type serviceType )
パラメータ
- serviceType