CustomTypeDescriptor.GetClassName Metoda

Definicja

Zwraca w pełni kwalifikowaną nazwę klasy reprezentowanej przez deskryptor tego typu.

public:
 virtual System::String ^ GetClassName();
public virtual string GetClassName ();
public virtual string? GetClassName ();
abstract member GetClassName : unit -> string
override this.GetClassName : unit -> string
Public Overridable Function GetClassName () As String

Zwraca

Opis String zawiera w pełni kwalifikowaną nazwę klasy typu deskryptor tego typu. Wartość domyślna to null.

Implementuje

Uwagi

Uwaga

GetClassName nie jest metodą statyczną, dlatego nie gwarantuje bezpieczeństwa wątkowego.

Jeśli deskryptor niestandardowego typu nadrzędnego został przekazany do CustomTypeDescriptor konstruktora, GetClassName metoda wywoła odpowiednią metodę elementu nadrzędnego.

Dotyczy

Zobacz też