LanguageSpecificStringDictionary.Contains 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重要
此 API 不符合 CLS 規範。
判斷 LanguageSpecificStringDictionary 是否包含索引鍵/值組。
public:
virtual bool Contains(System::Collections::Generic::KeyValuePair<System::Windows::Markup::XmlLanguage ^, System::String ^> item);
[System.CLSCompliant(false)]
public bool Contains (System.Collections.Generic.KeyValuePair<System.Windows.Markup.XmlLanguage,string> item);
[<System.CLSCompliant(false)>]
abstract member Contains : System.Collections.Generic.KeyValuePair<System.Windows.Markup.XmlLanguage, string> -> bool
override this.Contains : System.Collections.Generic.KeyValuePair<System.Windows.Markup.XmlLanguage, string> -> bool
Public Function Contains (item As KeyValuePair(Of XmlLanguage, String)) As Boolean
參數
- item
- KeyValuePair<XmlLanguage,String>
要尋找的索引鍵/配對。 索引鍵為型別 XmlLanguage 的物件。 值是關聯的字串。
傳回
如果集合包含機碼值組則為 true
,否則為 false
。
實作
- 屬性