MessageProperties.ContainsKey(String) 메서드

정의

특정 이름, 키 또는 식별자가 포함되어 있는지 여부를 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그렇지 않으면 .입니다.

구현

적용 대상