InputMethod.GetIsInputMethodEnabled(DependencyObject) Метод

Определение

Возвращает значение присоединенного свойства IsInputMethodEnabled для указанного объекта зависимости.

public:
 static bool GetIsInputMethodEnabled(System::Windows::DependencyObject ^ target);
[System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))]
public static bool GetIsInputMethodEnabled (System.Windows.DependencyObject target);
[<System.Windows.AttachedPropertyBrowsableForType(typeof(System.Windows.DependencyObject))>]
static member GetIsInputMethodEnabled : System.Windows.DependencyObject -> bool
Public Shared Function GetIsInputMethodEnabled (target As DependencyObject) As Boolean

Параметры

target
DependencyObject

Объект зависимости, для которого требуется извлечь значение IsInputMethodEnabled.

Возвращаемое значение

Текущее значение IsInputMethodEnabled для заданного объекта зависимости.

Атрибуты

Исключения

Возникает, когда target принимает значение null.

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

См. также раздел