Compartir a través de


PropertyValueCollection.Add(Object) Método

Definición

Anexa el objeto PropertyValueCollection especificado a esta colección.

public:
 int Add(System::Object ^ value);
public int Add (object value);
public int Add (object? value);
member this.Add : obj -> int
Public Function Add (value As Object) As Integer

Parámetros

value
Object

El objeto PropertyValueCollection que se va a anexar a esta colección.

Devoluciones

El índice de base cero del objeto PropertyValueCollection que se anexa a esta colección.

Excepciones

Se produjo un error durante la llamada a la interfaz subyacente.

El valor de propiedad es una referencia nula (Nothing en Visual Basic).

Se aplica a