Aracılığıyla paylaş


AnnotationResource.Contents Özellik

Tanım

Bu kaynağın XmlElement içeriğini tanımlayan nesnelerin bir koleksiyonunu alır.

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)

Özellik Değeri

Bu kaynağın XmlElement içeriğini tanımlayan nesnelerin koleksiyonu.

Açıklamalar

Contents hiçbir zaman döndürmez null; ancak XmlElement kaynak içerik içermiyorsa koleksiyon boş olabilir.

Şunlara uygulanır