Share via


AnnotationResource.Contents 속성

정의

이 리소스의 콘텐츠를 정의하는 XmlElement 개체의 컬렉션을 가져옵니다.

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

속성 값

Collection<XmlElement>

이 리소스의 콘텐츠를 정의하는 XmlElement 개체의 컬렉션입니다.

설명

Contents 는 반환 null되지 않습니다. 그러나 리소스에 콘텐츠가 XmlElement 없으면 컬렉션이 비어 있을 수 있습니다.

적용 대상