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值 。

適用於