InputMethod.GetIsInputMethodEnabled(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 IsInputMethodEnabled değerini döndürür.
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
Parametreler
- target
- DependencyObject
değerinin IsInputMethodEnabledalındığı bağımlılık nesnesi.
Döndürülenler
Belirtilen bağımlılık nesnesi için geçerli değeri IsInputMethodEnabled .
- Öznitelikler
Özel durumlar
Null olduğunda target tetikleniyor.