MetadataSet.Attributes 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 a collection of XmlAttribute objects that appear in the serialized form of the MetadataSet.
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)
Property Value
The XmlAttribute objects that appear in the serialized form of the MetadataSet.