EventsTab.GetDefaultProperty(Object) Метод

Определение

Получает свойство, заданное по умолчанию, от заданного объекта.

public:
 override System::ComponentModel::PropertyDescriptor ^ GetDefaultProperty(System::Object ^ obj);
public override System.ComponentModel.PropertyDescriptor GetDefaultProperty (object obj);
public override System.ComponentModel.PropertyDescriptor? GetDefaultProperty (object obj);
override this.GetDefaultProperty : obj -> System.ComponentModel.PropertyDescriptor
Public Overrides Function GetDefaultProperty (obj As Object) As PropertyDescriptor

Параметры

obj
Object

Объект, свойство по умолчанию которого извлекается.

Возвращаемое значение

PropertyDescriptor

Дескриптор PropertyDescriptor, указывающий на свойство по умолчанию.

Применяется к