DocumentReferenceCollection.Add(DocumentReference) Metoda

Definicja

Dodaje element na końcu kolekcji.

public:
 void Add(System::Windows::Documents::DocumentReference ^ item);
public void Add (System.Windows.Documents.DocumentReference item);
member this.Add : System.Windows.Documents.DocumentReference -> unit
Public Sub Add (item As DocumentReference)

Parametry

item
DocumentReference

Element, który ma zostać dodany na końcu kolekcji.

Uwagi

Podstawowa obsługa kolekcji. Implementuje ICollection<T>.Add.

Dotyczy

Zobacz też