LanguageSpecificStringDictionary.Keys Propiedad

Definición

Importante

Esta API no es conforme a CLS.

Obtiene una colección que contiene las claves o los objetos XmlLanguage del diccionario.

public:
 property System::Collections::Generic::ICollection<System::Windows::Markup::XmlLanguage ^> ^ Keys { System::Collections::Generic::ICollection<System::Windows::Markup::XmlLanguage ^> ^ get(); };
[System.CLSCompliant(false)]
public System.Collections.Generic.ICollection<System.Windows.Markup.XmlLanguage> Keys { get; }
[<System.CLSCompliant(false)>]
member this.Keys : System.Collections.Generic.ICollection<System.Windows.Markup.XmlLanguage>
Public ReadOnly Property Keys As ICollection(Of XmlLanguage)

Valor de propiedad

Colección de objetos de tipo XmlLanguage.

Implementaciones

Atributos

Se aplica a