DocumentReferenceCollection.Add(DocumentReference) Método

Definição

Acrescenta um elemento ao final da coleção.

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)

Parâmetros

item
DocumentReference

O elemento a acrescentar ao final da coleção.

Observações

Suporte básico para coleções. Implementa ICollection<T>.Add.

Aplica-se a

Ver também