LanguageSpecificStringDictionary.Keys 屬性

定義

重要

此 API 不符合 CLS 規範。

取得包含字典中索引鍵或 XmlLanguage 物件的集合。

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)

屬性值

ICollection<XmlLanguage>

型別 XmlLanguage 物件的集合。

實作

屬性

適用於