Share via


InputMethod.GetIsInputMethodSuspended(DependencyObject) Yöntem

Tanım

Belirtilen bağımlılık nesnesi için ekli özelliğin IsInputMethodSuspended değerini döndürür.

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

Parametreler

target
DependencyObject

değerinin IsInputMethodSuspendedalındığı bağımlılık nesnesi.

Döndürülenler

Belirtilen bağımlılık nesnesi için geçerli değeri IsInputMethodSuspended .

Öznitelikler

Özel durumlar

Null olduğunda target tetikleniyor.

Şunlara uygulanır

Ayrıca bkz.