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

適用対象