WebPartMenuStyle.ICustomTypeDescriptor.GetDefaultProperty Metoda

Definicja

Zwraca właściwość domyślną dla tego wystąpienia składnika. Ta metoda implementuje GetDefaultProperty() metodę .

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

Zwraca

PropertyDescriptor

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

Implementuje

Dotyczy

Zobacz też