DocumentReferenceCollection.Add(DocumentReference) Метод

Определение

Добавляет элемент в конец коллекции.

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)

Параметры

item
DocumentReference

Элемент, добавляемый в конец коллекции.

Комментарии

Базовая поддержка коллекций. Реализовывать объект ICollection<T>.Add.

Применяется к

См. также раздел