CommandRouting.GetInterceptsCommandRouting Method
Namespace: Microsoft.VisualStudio.Editor
Assembly: Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)
Syntax
'Dichiarazione
Public Shared Function GetInterceptsCommandRouting ( _
element As DependencyObject _
) As Boolean
public static bool GetInterceptsCommandRouting(
DependencyObject element
)
public:
static bool GetInterceptsCommandRouting(
DependencyObject^ element
)
static member GetInterceptsCommandRouting :
element:DependencyObject -> bool
public static function GetInterceptsCommandRouting(
element : DependencyObject
) : boolean
Parameters
- element
Type: System.Windows.DependencyObject
Return 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.