WebBaseEventCollection.Contains メソッドとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > WebBaseEventCollection.Contains メソッドの意味・解説 

WebBaseEventCollection.Contains メソッド

メモ : このメソッドは、.NET Framework version 2.0新しく追加されたものです。

コレクション指定した WebBaseEvent オブジェクト格納しているかどうか示します

名前空間: System.Web.Management
アセンブリ: System.Web (system.web.dll 内)
構文構文

Public Function Contains ( _
    value As WebBaseEvent _
) As Boolean
Dim instance As WebBaseEventCollection
Dim value As WebBaseEvent
Dim returnValue As Boolean

returnValue = instance.Contains(value)
public bool Contains (
    WebBaseEvent value
)
public:
bool Contains (
    WebBaseEvent^ value
)
public boolean Contains (
    WebBaseEvent value
)
public function Contains (
    value : WebBaseEvent
) : boolean

パラメータ

value

検索する WebBaseEvent オブジェクト

戻り値
指定した要素コレクション格納されている場合trueそれ以外場合false

使用例使用例

Contains プロパティ使用する方法次のコード例示します

' Chek if the specified event is in the collection.
Public Shared Function ContainsEvent(ByVal
 ev _
As WebBaseEvent) As Boolean
    Return events.Contains(ev)

End Function 'ContainsEvent

// Check if the specified event is in the collection.
public static bool ContainsEvent(WebBaseEvent
 ev)
{
    return events.Contains(ev);
}
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
WebBaseEventCollection クラス
WebBaseEventCollection メンバ
System.Web.Management 名前空間
WebBaseEvent クラス
その他の技術情報
healthMonitoring 要素 (ASP.NET 設定スキーマ)


このページでは「.NET Framework クラス ライブラリ リファレンス」からWebBaseEventCollection.Contains メソッドを検索した結果を表示しています。
Weblioに収録されているすべての辞書からWebBaseEventCollection.Contains メソッドを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からWebBaseEventCollection.Contains メソッド を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

WebBaseEventCollection.Contains メソッドのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



WebBaseEventCollection.Contains メソッドのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS