NameScope.Keys Propiedad

Definición

Obtiene una colección de las claves del diccionario de NameScope.

public:
 property System::Collections::Generic::ICollection<System::String ^> ^ Keys { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
public System.Collections.Generic.ICollection<string> Keys { get; }
member this.Keys : System.Collections.Generic.ICollection<string>
Public ReadOnly Property Keys As ICollection(Of String)

Valor de propiedad

Colección de las claves del diccionario de NameScope.

Implementaciones

Se aplica a