StandardEndpointCollectionElement<TStandardEndpoint,TEndpointConfiguration>.ContainsKey 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷具有指定之名稱的項目是否已經存在於標準端點項目的集合中。
public:
override bool ContainsKey(System::String ^ name);
public override bool ContainsKey (string name);
override this.ContainsKey : string -> bool
Public Overrides Function ContainsKey (name As String) As Boolean
參數
- name
- String
端點項目的名稱。
傳回
如果項目的端點集合包含符合指定項目名稱的項目,則為true
,否則為 false
。