言語

InputConnectionWrapper コンストラクター

定義

オーバーロード

名前 説明
InputConnectionWrapper(IInputConnection, Boolean)

ラッパーを初期化します。

InputConnectionWrapper(IntPtr, JniHandleOwnership)

JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。

InputConnectionWrapper(IInputConnection, Boolean)

ラッパーを初期化します。

[Android.Runtime.Register(".ctor", "(Landroid/view/inputmethod/InputConnection;Z)V", "")]
public InputConnectionWrapper(Android.Views.InputMethods.IInputConnection? target, bool mutable);
[<Android.Runtime.Register(".ctor", "(Landroid/view/inputmethod/InputConnection;Z)V", "")>]
new Android.Views.InputMethods.InputConnectionWrapper : Android.Views.InputMethods.IInputConnection * bool -> Android.Views.InputMethods.InputConnectionWrapper

パラメーター

target
IInputConnection

プロキシされる InputConnection

mutable
Boolean

別のtrueをターゲットにするようにこのオブジェクトが再構成されないようにInputConnection設定します。 ターゲットが nullされている間、これは無視されることに注意してください。

属性

注釈

ラッパーを初期化します。

<b>Caveat:</b> システムは一部の場所で(InputConnection) nullを受け入れることもできますが、InputConnectionWrappernullを持つ null 以外のtargetでは、このような動作をエミュレートすることはできません。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象

InputConnectionWrapper(IntPtr, JniHandleOwnership)

JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。

protected InputConnectionWrapper(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Views.InputMethods.InputConnectionWrapper : nativeint * Android.Runtime.JniHandleOwnership -> Android.Views.InputMethods.InputConnectionWrapper

パラメーター

javaReference
IntPtr

nativeint

Java ネイティブ インターフェイス (JNI) オブジェクト参照を含む IntPtr

transfer
JniHandleOwnership

JniHandleOwnership処理方法を示すjavaReference

注釈

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象