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.

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

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