InputMethod.GetIsInputMethodSuspended(DependencyObject) Метод

Определение

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

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

Параметры

target
DependencyObject

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

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

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

Атрибуты

Исключения

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

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

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