Annotation.Cargos Właściwość

Definicja

Pobiera kolekcję zera lub większej liczby AnnotationResource elementów ładunku, które zawierają dane dla adnotacji.

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)

Wartość właściwości

Collection<AnnotationResource>

Kolekcja elementów towarowych zero lub więcej AnnotationResource .

Uwagi

Każdy AnnotationResource element w Cargos kolekcji zawiera dane zdefiniowane przez użytkownika dla adnotacji.

Zwracana Cargos kolekcja nigdy nie ma wartości null, jednak kolekcja może zawierać zero elementów, jeśli nie ma danych użytkownika dla adnotacji.

Dotyczy