ModelProperty.Attributes 属性
定义
返回在此属性上声明的特性。Returns the attributes declared on this property.
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 的形式返回特性。Returns the attributes as an AttributeCollection.