InputMethod.GetIsInputMethodSuspended(DependencyObject) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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.