ComponentDesigner.ShadowPropertyCollection.Contains(String) 方法

定义

指示集合中是否存在匹配指定名称的属性。

public:
 bool Contains(System::String ^ propertyName);
public bool Contains (string propertyName);
member this.Contains : string -> bool
Public Function Contains (propertyName As String) As Boolean

参数

propertyName
String

要在集合中检查的属性的名称。

返回

如果集合中存在此属性,则为 true;否则为 false

适用于