AttributeCollection.GetDefaultAttribute(Type) メソッド

定義

特定のAttributeの既定のTypeを返します。

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

適用対象