次の方法で共有


ModuleListPageSearchOptions コンストラクター

定義

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

オーバーロード

ModuleListPageSearchOptions()

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

ModuleListPageSearchOptions(String)

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

ModuleListPageSearchOptions(String, ModuleListPageSearchField)

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

ModuleListPageSearchOptions()

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

public:
 ModuleListPageSearchOptions();
public ModuleListPageSearchOptions ();
Public Sub New ()

注釈

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

適用対象

ModuleListPageSearchOptions(String)

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

public:
 ModuleListPageSearchOptions(System::String ^ text);
public ModuleListPageSearchOptions (string text);
new Microsoft.Web.Management.Client.ModuleListPageSearchOptions : string -> Microsoft.Web.Management.Client.ModuleListPageSearchOptions
Public Sub New (text As String)

パラメーター

text
String

検索のテキスト値。

注釈

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

適用対象

ModuleListPageSearchOptions(String, ModuleListPageSearchField)

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

public:
 ModuleListPageSearchOptions(System::String ^ text, Microsoft::Web::Management::Client::ModuleListPageSearchField ^ field);
public ModuleListPageSearchOptions (string text, Microsoft.Web.Management.Client.ModuleListPageSearchField field);
new Microsoft.Web.Management.Client.ModuleListPageSearchOptions : string * Microsoft.Web.Management.Client.ModuleListPageSearchField -> Microsoft.Web.Management.Client.ModuleListPageSearchOptions
Public Sub New (text As String, field As ModuleListPageSearchField)

パラメーター

text
String

検索のテキスト値。

field
ModuleListPageSearchField

検索のフィールド。

注釈

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

適用対象