AxHost.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

반환

String

모든 경우에 null 를 반환합니다.

구현

설명

메서드가 반환하는 값 ICustomTypeDescriptor.GetClassName 대신 형식 이름을 사용합니다.

적용 대상