共用方式為


ModelProperty.Attributes 屬性

定義

傳回在這個屬性 (Property) 宣告的屬性 (Attribute)。

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 的屬性。

適用於