Поделиться через


AbstractInputMethodService.AbstractInputMethodSessionImpl Конструкторы

Определение

Перегрузки

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

Параметры

Атрибуты

Комментарии

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к

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

Параметры

javaReference
IntPtr

nativeint

Ссылка IntPtrна объект Java Native Interface (JNI).

transfer
JniHandleOwnership

Значение, JniHandleOwnershipуказывающее, как обрабатывать javaReference

Комментарии

Части этой страницы — это изменения на основе работы, созданной и общей проектом с открытым исходным кодом Android и используемой в соответствии с условиями, описанными в лицензии Creative Commons 2.5 Attribution.

Применяется к