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 コンテンツが含まれない場合は、コレクションが空になる可能性があります。

適用対象