MarkupObject.Attributes 屬性

定義

在衍生類別 (Derived Class) 中覆寫時,取得與這個 MarkupObject 相關聯的屬性。

public:
 abstract property System::ComponentModel::AttributeCollection ^ Attributes { System::ComponentModel::AttributeCollection ^ get(); };
public abstract System.ComponentModel.AttributeCollection Attributes { get; }
member this.Attributes : System.ComponentModel.AttributeCollection
Public MustOverride ReadOnly Property Attributes As AttributeCollection

屬性值

屬性 (Attribute) 的集合。

適用於