AnnotationResource.Contents 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取定义此资源内容的 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 则集合可能为空。