Annotation.Cargos 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得包含註解資料的零個或多個 AnnotationResource 貨物元素集合。
public:
property System::Collections::ObjectModel::Collection<System::Windows::Annotations::AnnotationResource ^> ^ Cargos { System::Collections::ObjectModel::Collection<System::Windows::Annotations::AnnotationResource ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Windows.Annotations.AnnotationResource> Cargos { get; }
member this.Cargos : System.Collections.ObjectModel.Collection<System.Windows.Annotations.AnnotationResource>
Public ReadOnly Property Cargos As Collection(Of AnnotationResource)
屬性值
一組零或多個 AnnotationResource 貨物元素。
備註
集合中的AnnotationResource每個Cargos資料都包含使用者定義的註解資料。
回傳 Cargos 的集合從不會是空的;但如果註解沒有使用者資料,集合可能包含零元素。