LanguageSpecificStringDictionary.Keys Property

Definition

Important

This API is not CLS-compliant.

Gets a collection containing the keys, or XmlLanguage objects, in the dictionary.

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)

Property Value

A collection of objects of type XmlLanguage.

Implements

Attributes

Applies to