FieldTemplateUserControl.MetadataAttributes 属性
定义
获取应用于当前列的元数据特性的集合。Gets the collection of metadata attributes that apply to the current column.
public:
property System::ComponentModel::AttributeCollection ^ MetadataAttributes { System::ComponentModel::AttributeCollection ^ get(); };
public System.ComponentModel.AttributeCollection MetadataAttributes { get; }
[System.ComponentModel.Browsable(false)]
public System.ComponentModel.AttributeCollection MetadataAttributes { get; }
member this.MetadataAttributes : System.ComponentModel.AttributeCollection
[<System.ComponentModel.Browsable(false)>]
member this.MetadataAttributes : System.ComponentModel.AttributeCollection
Public ReadOnly Property MetadataAttributes As AttributeCollection
属性值
应用于列的元数据特性的集合。The collection of metadata attributes that apply to the column.
- 属性