Share via


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: DependencyObject

    The 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

See Also

Reference

CommandRouting Class

Microsoft.VisualStudio.Editor Namespace