AttributeCollection.GetDefaultAttribute(Type) Метод

Определение

Возвращает Attribute по умолчанию с заданным типом Type.

protected:
 Attribute ^ GetDefaultAttribute(Type ^ attributeType);
protected Attribute GetDefaultAttribute (Type attributeType);
protected Attribute? GetDefaultAttribute (Type attributeType);
member this.GetDefaultAttribute : Type -> Attribute
Protected Function GetDefaultAttribute (attributeType As Type) As Attribute

Параметры

attributeType
Type

Тип Type извлекаемого атрибута.

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

Attribute по умолчанию с заданным типом attributeType.

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