ImageTransformation.Builder コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ImageTransformation.Builder(IntPtr, JniHandleOwnership) | |
ImageTransformation.Builder(AutofillId, Pattern, Int32) |
オートフィル ID の新しいビルダーを作成し、最初のオプションを追加します。 |
ImageTransformation.Builder(AutofillId, Pattern, Int32, ICharSequence) |
オートフィル ID の新しいビルダーを作成し、最初のオプションを追加します。 |
ImageTransformation.Builder(AutofillId, Pattern, Int32, String) |
ImageTransformation.Builder(IntPtr, JniHandleOwnership)
protected Builder (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Service.Autofill.ImageTransformation.Builder : nativeint * Android.Runtime.JniHandleOwnership -> Android.Service.Autofill.ImageTransformation.Builder
パラメーター
- javaReference
-
IntPtr
nativeint
- transfer
- JniHandleOwnership
注釈
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。
適用対象
ImageTransformation.Builder(AutofillId, Pattern, Int32)
オートフィル ID の新しいビルダーを作成し、最初のオプションを追加します。
[Android.Runtime.Register(".ctor", "(Landroid/view/autofill/AutofillId;Ljava/util/regex/Pattern;I)V", "", ApiSince=27)]
public Builder (Android.Views.Autofill.AutofillId id, Java.Util.Regex.Pattern regex, int resId);
[<Android.Runtime.Register(".ctor", "(Landroid/view/autofill/AutofillId;Ljava/util/regex/Pattern;I)V", "", ApiSince=27)>]
new Android.Service.Autofill.ImageTransformation.Builder : Android.Views.Autofill.AutofillId * Java.Util.Regex.Pattern * int -> Android.Service.Autofill.ImageTransformation.Builder
パラメーター
- id
- AutofillId
画像を使用する必要があるかどうかを評価するために使用される画面フィールドの ID。
- regex
- Pattern
このイメージを使用するために照合する必要がある内容を定義する正規表現。
- resId
- Int32
イメージのリソース ID (オートフィル サービスのパッケージ内)。 その RemoteViews presentation
ID を持つ子を ImageView
含む必要があります。
- 属性
注釈
オートフィル ID の新しいビルダーを作成し、最初のオプションを追加します。
このメンバーは非推奨です。 代わりに使用 #Builder(AutofillId, Pattern, int, CharSequence)
してください。
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。
適用対象
ImageTransformation.Builder(AutofillId, Pattern, Int32, ICharSequence)
オートフィル ID の新しいビルダーを作成し、最初のオプションを追加します。
[Android.Runtime.Register(".ctor", "(Landroid/view/autofill/AutofillId;Ljava/util/regex/Pattern;ILjava/lang/CharSequence;)V", "", ApiSince=28)]
public Builder (Android.Views.Autofill.AutofillId id, Java.Util.Regex.Pattern regex, int resId, Java.Lang.ICharSequence contentDescription);
[<Android.Runtime.Register(".ctor", "(Landroid/view/autofill/AutofillId;Ljava/util/regex/Pattern;ILjava/lang/CharSequence;)V", "", ApiSince=28)>]
new Android.Service.Autofill.ImageTransformation.Builder : Android.Views.Autofill.AutofillId * Java.Util.Regex.Pattern * int * Java.Lang.ICharSequence -> Android.Service.Autofill.ImageTransformation.Builder
パラメーター
- id
- AutofillId
画像を使用する必要があるかどうかを評価するために使用される画面フィールドの ID。
- regex
- Pattern
このイメージを使用するために照合する必要がある内容を定義する正規表現。
- resId
- Int32
イメージのリソース ID (オートフィル サービスのパッケージ内)。 その RemoteViews presentation
ID を持つ子を ImageView
含む必要があります。
- contentDescription
- ICharSequence
子ビューに適用されるコンテンツの説明。
- 属性
注釈
オートフィル ID の新しいビルダーを作成し、最初のオプションを追加します。
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。
適用対象
ImageTransformation.Builder(AutofillId, Pattern, Int32, String)
[Android.Runtime.Register(".ctor", "(Landroid/view/autofill/AutofillId;Ljava/util/regex/Pattern;ILjava/lang/CharSequence;)V", "", ApiSince=28)]
public Builder (Android.Views.Autofill.AutofillId id, Java.Util.Regex.Pattern regex, int resId, string contentDescription);
[<Android.Runtime.Register(".ctor", "(Landroid/view/autofill/AutofillId;Ljava/util/regex/Pattern;ILjava/lang/CharSequence;)V", "", ApiSince=28)>]
new Android.Service.Autofill.ImageTransformation.Builder : Android.Views.Autofill.AutofillId * Java.Util.Regex.Pattern * int * string -> Android.Service.Autofill.ImageTransformation.Builder
パラメーター
- id
- AutofillId
- regex
- Pattern
- resId
- Int32
- contentDescription
- String
- 属性