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 集合永遠不會是 Null;不過,如果沒有批註的使用者資料,集合可能會包含零個元素。

適用於