CustomTypeDescriptor.GetDefaultProperty Yöntem

Tanım

Bu tür tanımlayıcı tarafından temsil edilen nesnenin varsayılan özelliği için özellik tanımlayıcısını döndürür.

public:
 virtual System::ComponentModel::PropertyDescriptor ^ GetDefaultProperty();
public virtual System.ComponentModel.PropertyDescriptor GetDefaultProperty ();
public virtual System.ComponentModel.PropertyDescriptor? GetDefaultProperty ();
abstract member GetDefaultProperty : unit -> System.ComponentModel.PropertyDescriptor
override this.GetDefaultProperty : unit -> System.ComponentModel.PropertyDescriptor
Public Overridable Function GetDefaultProperty () As PropertyDescriptor

Döndürülenler

Bu tür tanımlayıcısı tarafından temsil edilen nesnedeki varsayılan özellik için A PropertyDescriptor . Varsayılan değer: null.

Uygulamalar

Açıklamalar

Oluşturucuya CustomTypeDescriptor bir üst özel tür tanımlayıcısı geçirildiyse, GetDefaultProperty yöntemi üst öğeye karşılık gelen yöntemi çağırır.

Şunlara uygulanır

Ayrıca bkz.