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)

속성 값

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

설명

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

적용 대상