CommandRouting.GetInterceptsCommandRouting Method
Gets the value of the InterceptsCommandRouting on a DependencyObject.
Namespace: Microsoft.VisualStudio.Editor
Assembly: Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)
Syntax
'Declaration
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: DependencyObjectThe element from which to read the property value.
Return Value
Type: Boolean
The value of the < F:Microsoft.VisualStudio.Editor.CommandRouting.InterceptsCommandRouting.
.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.