DesignerAutoFormatCollection.IndexOf(DesignerAutoFormat) メソッド

定義

コレクション内の指定した DesignerAutoFormat オブジェクトのインデックスを返します。

public:
 int IndexOf(System::Web::UI::Design::DesignerAutoFormat ^ format);
public int IndexOf (System.Web.UI.Design.DesignerAutoFormat format);
member this.IndexOf : System.Web.UI.Design.DesignerAutoFormat -> int
Public Function IndexOf (format As DesignerAutoFormat) As Integer

パラメーター

format
DesignerAutoFormat

コレクション内で検索する DesignerAutoFormat

戻り値

コレクション内で最初に見つかった format の、0 から始まるインデックス。書式がコレクション内に含まれていない場合は -1。

注釈

メソッドはIndexOf、比較対象のオブジェクトの メソッドをEqualsDesignerAutoFormat使用して等価性を判断します。

適用対象

こちらもご覧ください