CommandRouting.SetInterceptsCommandRouting(DependencyObject, Boolean) 方法

定义

public:
 static void SetInterceptsCommandRouting(System::Windows::DependencyObject ^ element, bool value);
public static void SetInterceptsCommandRouting (System.Windows.DependencyObject element, bool value);
static member SetInterceptsCommandRouting : System.Windows.DependencyObject * bool -> unit
Public Shared Sub SetInterceptsCommandRouting (element As DependencyObject, value As Boolean)

参数

element
DependencyObject

要在其上设置属性的元素。

value
Boolean

要设置的属性的值。

适用于