Annotation.Cargos 屬性

定義

取得包含註解資料的零個或多個 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 的集合從不會是空的;但如果註解沒有使用者資料,集合可能包含零元素。

適用於