StyleCollection.Contains(Style) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷指定的樣式是否包含在集合中。
public:
bool Contains(System::Web::UI::WebControls::Style ^ style);
public bool Contains (System.Web.UI.WebControls.Style style);
member this.Contains : System.Web.UI.WebControls.Style -> bool
Public Function Contains (style As Style) As Boolean
參數
傳回
如果樣式位於集合中,則為 true
,否則為 false
。
備註
Contains方法會 Equals 在物件上使用方法來判斷是否相等 Style 。