IComNativeDescriptorHandler.GetDefaultProperty(Object) Метод

Определение

Возвращает свойство по умолчанию для указанного компонента.

public:
 System::ComponentModel::PropertyDescriptor ^ GetDefaultProperty(System::Object ^ component);
public System.ComponentModel.PropertyDescriptor GetDefaultProperty(object component);
abstract member GetDefaultProperty : obj -> System.ComponentModel.PropertyDescriptor
Public Function GetDefaultProperty (component As Object) As PropertyDescriptor

Параметры

component
Object

Компонент, для получения свойства по умолчанию.

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

Объект, PropertyDescriptor представляющий componentсвойство по умолчанию.

Комментарии

Note

Теперь этот API устарел. Не является устаревшей альтернативой ComObjectType.

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