CommandRouting.SetInterceptsCommandRouting Method
Namespace: Microsoft.VisualStudio.Editor
Assembly: Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)
Syntax
‘선언
Public Shared Sub SetInterceptsCommandRouting ( _
element As DependencyObject, _
value As Boolean _
)
public static void SetInterceptsCommandRouting(
DependencyObject element,
bool value
)
public:
static void SetInterceptsCommandRouting(
DependencyObject^ element,
bool value
)
static member SetInterceptsCommandRouting :
element:DependencyObject *
value:bool -> unit
public static function SetInterceptsCommandRouting(
element : DependencyObject,
value : boolean
)
Parameters
- element
Type: System.Windows.DependencyObject
- value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.