AttributeInfo.ArgumentValues Propiedad

Definición

Obtiene una colección que contiene los valores para cada uno de los argumentos asociados a esta instancia.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Object ^> ^ ArgumentValues { System::Collections::ObjectModel::ReadOnlyCollection<System::Object ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<object> ArgumentValues { get; }
member this.ArgumentValues : System.Collections.ObjectModel.ReadOnlyCollection<obj>
Public ReadOnly Property ArgumentValues As ReadOnlyCollection(Of Object)

Valor de propiedad

Colección que contiene los valores para cada uno de los argumentos asociados a esta instancia.

Comentarios

Esta colección es de solo lectura.

Se aplica a