PropertyMetadata.GetAttributes 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取包含所有屬性的陣列。
多載
GetAttributes() |
擷取包含所有屬性的陣列。 |
GetAttributes(Type) |
收到 Attribute 型別的陣列,其中所包括這些屬性的型別等於 |
GetAttributes()
擷取包含所有屬性的陣列。
public:
cli::array <Attribute ^> ^ GetAttributes();
public Attribute[] GetAttributes ();
member this.GetAttributes : unit -> Attribute[]
Public Function GetAttributes () As Attribute()
傳回
包含所有屬性的陣列。
適用於
GetAttributes(Type)
收到 Attribute 型別的陣列,其中所包括這些屬性的型別等於 attributeType
。
public:
cli::array <Attribute ^> ^ GetAttributes(Type ^ attributeType);
public Attribute[] GetAttributes (Type attributeType);
member this.GetAttributes : Type -> Attribute[]
Public Function GetAttributes (attributeType As Type) As Attribute()
參數
傳回
Attribute 類型的陣列,其中包含類型等於 attributeType
的屬性。