AbstractInputMethodService.AbstractInputMethodSessionImpl コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AbstractInputMethodService.AbstractInputMethodSessionImpl(AbstractInputMethodService) | |
AbstractInputMethodService.AbstractInputMethodSessionImpl(IntPtr, JniHandleOwnership) |
JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。 |
AbstractInputMethodService.AbstractInputMethodSessionImpl(AbstractInputMethodService)
[Android.Runtime.Register(".ctor", "(Landroid/inputmethodservice/AbstractInputMethodService;)V", "")]
public AbstractInputMethodSessionImpl (Android.InputMethodServices.AbstractInputMethodService __self);
[<Android.Runtime.Register(".ctor", "(Landroid/inputmethodservice/AbstractInputMethodService;)V", "")>]
new Android.InputMethodServices.AbstractInputMethodService.AbstractInputMethodSessionImpl : Android.InputMethodServices.AbstractInputMethodService -> Android.InputMethodServices.AbstractInputMethodService.AbstractInputMethodSessionImpl
パラメーター
- __self
- AbstractInputMethodService
- 属性
注釈
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。
適用対象
AbstractInputMethodService.AbstractInputMethodSessionImpl(IntPtr, JniHandleOwnership)
JNI オブジェクトのマネージド表現を作成するときに使用されるコンストラクター。ランタイムによって呼び出されます。
protected AbstractInputMethodSessionImpl (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.InputMethodServices.AbstractInputMethodService.AbstractInputMethodSessionImpl : nativeint * Android.Runtime.JniHandleOwnership -> Android.InputMethodServices.AbstractInputMethodService.AbstractInputMethodSessionImpl
パラメーター
- transfer
- JniHandleOwnership
処理方法 JniHandleOwnershipを示す javaReference
注釈
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。