MessageProperties.ContainsKey(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷 MessageProperties 是否包含特定名稱、索引鍵或識別項。
public:
virtual bool ContainsKey(System::String ^ name);
public bool ContainsKey (string name);
abstract member ContainsKey : string -> bool
override this.ContainsKey : string -> bool
Public Function ContainsKey (name As String) As Boolean
參數
- name
- String
要在MessageProperties中找到的名稱、 索引鍵或識別項。
傳回
如果 true
包含具有指定 MessageProperties 的項目,則為 name
,否則為 false
。