SearchExpression.SearchType プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
検索を行う文字列内の位置を特定する SearchType 値を取得または設定します。
public:
property System::Web::UI::WebControls::Expressions::SearchType SearchType { System::Web::UI::WebControls::Expressions::SearchType get(); void set(System::Web::UI::WebControls::Expressions::SearchType value); };
public System.Web.UI.WebControls.Expressions.SearchType SearchType { get; set; }
member this.SearchType : System.Web.UI.WebControls.Expressions.SearchType with get, set
Public Property SearchType As SearchType
プロパティ値
実行する検索の種類。
注釈
プロパティは、 SearchType SearchType クラスのインスタンスで使用する検索の種類を含む列挙体を使用し SearchExpression ます。
次の表に、使用可能な列挙値を示します。
列挙 | 説明 |
---|---|
StartsWith | フィールド内の任意の場所から検索を開始することを示します。 |
Contains | フィールドの先頭から検索を開始することを示します。 |
EndsWith | フィールドの末尾にある検索を示します。 |