TreeNodeStyleCollection.Contains(TreeNodeStyle) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した TreeNodeStyle オブジェクトがコレクション内にあるかどうかを確認します。
public:
bool Contains(System::Web::UI::WebControls::TreeNodeStyle ^ style);
public bool Contains (System.Web.UI.WebControls.TreeNodeStyle style);
member this.Contains : System.Web.UI.WebControls.TreeNodeStyle -> bool
Public Function Contains (style As TreeNodeStyle) As Boolean
パラメーター
- style
- TreeNodeStyle
検索する TreeNodeStyle。
戻り値
指定した TreeNodeStyle オブジェクトがコレクションに格納されている場合は true
。それ以外の場合は false
。
注釈
オブジェクトが Contains オブジェクトに含まれているかどうかを判断するには、 TreeNodeStyle このメソッドを TreeNodeStyleCollection 使用します。 この Contains メソッドは、通常、コレクションのノードの TreeNodeStyle 追加や削除など、タスクを実行する前にオブジェクトの存在をテストするために使用されます。