MetadataSection.Attributes Egenskap

Definition

Hämtar en samling XML-attribut som du kan använda för att lägga till eller ta bort attributtillägg i metadata.

public:
 property System::Collections::ObjectModel::Collection<System::Xml::XmlAttribute ^> ^ Attributes { System::Collections::ObjectModel::Collection<System::Xml::XmlAttribute ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Xml.XmlAttribute> Attributes { get; }
member this.Attributes : System.Collections.ObjectModel.Collection<System.Xml.XmlAttribute>
Public ReadOnly Property Attributes As Collection(Of XmlAttribute)

Egenskapsvärde

Samlingen med XML-attribut för MetadataSection. Standardsamlingen är tom.

Kommentarer

Använd egenskapen Attributes för att lägga till eller ta bort attributtillägg.

Note

Attributen dialekt och identifierare ingår inte i den här samlingen.

Gäller för