Share via


MetadataSet.Attributes 속성

정의

serialize된 XmlAttribute 형태로 표시되는 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)

속성 값

serialize된 XmlAttribute 형태로 표시되는 MetadataSet 개체입니다.

적용 대상