InputPanel.InputMethodCollection.System.Collections.IList.Contains メソッド
アセンブリ: Microsoft.WindowsCE.Forms (microsoft.windowsce.forms.dll 内)

Private Function System.Collections.IList.Contains ( _ inputMethod As Object _ ) As Boolean Implements IList.Contains
Dim instance As InputMethodCollection Dim inputMethod As Object Dim returnValue As Boolean returnValue = CType(instance, IList).Contains(inputMethod)
bool IList.Contains ( Object inputMethod )
private: virtual bool System.Collections.IList.Contains ( Object^ inputMethod ) sealed = IList::Contains
戻り値
オブジェクトが IList に存在する場合は true。それ以外の場合は false。

このメンバは、明示的なインターフェイス メンバの実装です。InputPanel.InputMethodCollection インスタンスが IList インターフェイスにキャストされた場合にのみ使用できます。


Windows CE, Windows Mobile for Pocket PC
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- InputPanel.InputMethodCollection.System.Collections.IList.Contains メソッドのページへのリンク