ModuleListPageSearchOptions コンストラクター

定義

ModuleListPageSearchOptions クラスの新しいインスタンスを初期化します。

オーバーロード

ModuleListPageSearchOptions()

ModuleListPageSearchOptions クラスの新しいインスタンスを初期化します。

ModuleListPageSearchOptions(String)

指定した検索テキストを使用して、 ModuleListPageSearchOptions クラスの新しいインスタンスを初期化します。

ModuleListPageSearchOptions(String, ModuleListPageSearchField)

指定した検索テキストとフィールドを ModuleListPageSearchOptions 使用して、 クラスの新しいインスタンスを初期化します。

ModuleListPageSearchOptions()

ModuleListPageSearchOptions クラスの新しいインスタンスを初期化します。

public ModuleListPageSearchOptions ();

注釈

このコンストラクターは、 プロパティを ShowAlltrue設定し、 プロパティを TextFieldnullnull設定します。

適用対象

ModuleListPageSearchOptions(String)

指定した検索テキストを使用して、 ModuleListPageSearchOptions クラスの新しいインスタンスを初期化します。

public ModuleListPageSearchOptions (string text);

パラメーター

text
String

検索のテキスト値。

注釈

このコンストラクターは、 プロパティを ShowAllfalse設定し、 Text プロパティを パラメーターの値に text 設定し、 プロパティを Fieldnull設定します。

適用対象

ModuleListPageSearchOptions(String, ModuleListPageSearchField)

指定した検索テキストとフィールドを ModuleListPageSearchOptions 使用して、 クラスの新しいインスタンスを初期化します。

public ModuleListPageSearchOptions (string text, Microsoft.Web.Management.Client.ModuleListPageSearchField field);

パラメーター

text
String

検索のテキスト値。

field
ModuleListPageSearchField

検索のフィールド。

注釈

このコンストラクターは、 プロパティを ShowAll に設定し、 Text プロパティを パラメーターの値にtext設定しField、 プロパティを パラメーターの値にfield設定falseします。

適用対象