InputMethod.GetIsInputMethodSuspended(DependencyObject) 方法     
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定的依赖对象的 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 -> boolPublic Shared Function GetIsInputMethodSuspended (target As DependencyObject) As Boolean参数
- target
- DependencyObject
要为其检索 IsInputMethodSuspended 值的依赖对象。
返回
指定的依赖对象的 IsInputMethodSuspended 的当前值。
- 属性
例外
当 target 为 null 时引发。