NameScope.Values Propiedad

Definición

Obtiene una colección de los valores del diccionario de NameScope.

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

Valor de propiedad

Colección de los valores del diccionario de NameScope.

Implementaciones

Se aplica a