MarkupProperty.Attributes 属性

定义

当在派生类中重写时,可获取与此 MarkupProperty 关联的特性。

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

属性值

AttributeCollection

特性的集合。

适用于