FieldTemplateUserControl.MetadataAttributes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Property Value
The collection of metadata attributes that apply to the column.
- Attributes
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.