'宣言 Protected Overridable Function GetBaseFormClassNameEx( _ ByVal context As System.ComponentModel.ITypeDescriptorContext, _ ByVal provider As System.IServiceProvider, _ ByVal instance As System.Object _ ) As System.String
'使用法 Dim instance As DropDownFormClassNameEditor Dim context As System.ComponentModel.ITypeDescriptorContext Dim provider As System.IServiceProvider Dim instance As System.Object Dim value As System.String value = instance.GetBaseFormClassNameEx(context, provider, instance)
パラメータ
- context
- The editor context.
- provider
- The service provider.
- instance
- The instance associated with this editor.
戻り値の型
The base form type name.