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