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 則集合可能是空的。