ICustomTypeDescriptor.GetDefaultProperty Metoda

Definicja

Zwraca właściwość domyślną dla tego wystąpienia składnika.

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

Zwraca

Obiekt PropertyDescriptor reprezentujący właściwość domyślną dla tego obiektu lub null jeśli ten obiekt nie ma właściwości.

Dotyczy

Zobacz też