Partilhar via


Método CommandRouting.GetInterceptsCommandRouting

Namespace:  Microsoft.VisualStudio.Editor
Assembly:  Microsoft.VisualStudio.Editor (em Microsoft.VisualStudio.Editor.dll)

Sintaxe

'Declaração
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

Parâmetros

  • element
    Tipo: DependencyObject

Valor de retorno

Tipo: Boolean

Segurança do .NET Framework

Consulte também

Referência

CommandRouting Classe

Namespace Microsoft.VisualStudio.Editor