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 则集合可能为空。

适用于