DocumentReferenceCollection.Add(DocumentReference) Metoda

Definice

Přidá prvek na konec kolekce.

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

Prvek, který chcete přidat na konec kolekce.

Poznámky

Základní podpora kolekce. Implementuje ICollection<T>.Add.

Platí pro

Viz také