DataRowView.ICustomTypeDescriptor.GetClassName 方法

定义

返回组件的此实例的类名。

 virtual System::String ^ System.ComponentModel.ICustomTypeDescriptor.GetClassName() = System::ComponentModel::ICustomTypeDescriptor::GetClassName;
string ICustomTypeDescriptor.GetClassName();
abstract member System.ComponentModel.ICustomTypeDescriptor.GetClassName : unit -> string
override this.System.ComponentModel.ICustomTypeDescriptor.GetClassName : unit -> string
Function GetClassName () As String Implements ICustomTypeDescriptor.GetClassName

返回

组件的此实例的类名。

实现

注解

此成员是显式接口成员实现。 仅当实例强制转换为DataRowView接口时ICustomTypeDescriptor,才能使用它。

适用于