次の方法で共有


RegexFlags.Implicit(String to RegexFlags) 演算子

定義

文字列から RegexFlags への暗黙的な変換を定義します。

public static implicit operator Microsoft.Azure.Search.Models.RegexFlags (string value);
static member op_Implicit : string -> Microsoft.Azure.Search.Models.RegexFlags
Public Shared Widening Operator CType (value As String) As RegexFlags

パラメーター

value
String

変換する文字列。

戻り値

RegexFlags としての文字列。

適用対象