CommandRouting.GetInterceptsCommandRouting Method

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

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

CommandRouting Class

Microsoft.VisualStudio.Editor Namespace