ImageList.ImageCollection.Contains(Image) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
不支援。 Contains(Object) 方法會指示指定的物件是否包含在清單中。
public:
bool Contains(System::Drawing::Image ^ image);
public bool Contains (System.Drawing.Image image);
member this.Contains : System.Drawing.Image -> bool
Public Function Contains (image As Image) As Boolean
參數
傳回
如果在清單中找到影像,則為 true
,否則為 false
。
例外狀況
不支援這個方法。
備註
這個 方法的實作 Contains 會 NotSupportedException 擲回例外狀況。