ModuleListPageSearchOptions コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ModuleListPageSearchOptions クラスの新しいインスタンスを初期化します。
オーバーロード
ModuleListPageSearchOptions() |
ModuleListPageSearchOptions クラスの新しいインスタンスを初期化します。 |
ModuleListPageSearchOptions(String) |
指定した検索テキストを使用して、 ModuleListPageSearchOptions クラスの新しいインスタンスを初期化します。 |
ModuleListPageSearchOptions(String, ModuleListPageSearchField) |
指定した検索テキストとフィールドを ModuleListPageSearchOptions 使用して、 クラスの新しいインスタンスを初期化します。 |
ModuleListPageSearchOptions()
ModuleListPageSearchOptions クラスの新しいインスタンスを初期化します。
public:
ModuleListPageSearchOptions();
public ModuleListPageSearchOptions ();
Public Sub New ()
注釈
このコンストラクターは、 プロパティを ShowAll にtrue
設定し、 プロパティを Text にFieldnull
null
設定します。
適用対象
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
検索のテキスト値。
注釈
このコンストラクターは、 プロパティを ShowAll に false
設定し、 Text プロパティを パラメーターの値に text
設定し、 プロパティを Field に null
設定します。
適用対象
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
検索のテキスト値。
検索のフィールド。
注釈
このコンストラクターは、 プロパティを ShowAll に設定し、 Text プロパティを パラメーターの値にtext
設定しField、 プロパティを パラメーターの値にfield
設定false
します。