StandardBindingCollectionElement<TStandardBinding,TBindingConfiguration>.ContainsKey(String) 方法

定义

确定使用指定名称的集合中是否存在绑定。Determines whether a binding exists in the collection using the specified name.

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

要查找的绑定的名称。The name of the binding to be located.

返回

Boolean

如果集合包含具有指定 true 的绑定,则为 name;否则为 falsetrue if the collection contains the binding with the specified name; otherwise, false.

适用于