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

返回

给定 attributeType 的默认 Attribute

适用于