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

適用於