次の方法で共有


DesignerAutoFormatCollection.Contains(DesignerAutoFormat) メソッド

定義

指定した書式がコレクション内に存在するかどうかを確認します。

public:
 bool Contains(System::Web::UI::Design::DesignerAutoFormat ^ format);
public bool Contains (System.Web.UI.Design.DesignerAutoFormat format);
member this.Contains : System.Web.UI.Design.DesignerAutoFormat -> bool
Public Function Contains (format As DesignerAutoFormat) As Boolean

パラメーター

format
DesignerAutoFormat

DesignerAutoFormat のインスタンス。

戻り値

指定した書式がコレクション内にある場合は true。それ以外の場合は false

注釈

メソッドはContains、比較対象のオブジェクトで メソッドをEqualsDesignerAutoFormat使用して等値を決定します。

適用対象

こちらもご覧ください