Condividi tramite


Metodo CommandRouting.GetInterceptsCommandRouting

Spazio dei nomi:  Microsoft.VisualStudio.Editor
Assembly:  Microsoft.VisualStudio.Editor (in Microsoft.VisualStudio.Editor.dll)

Sintassi

'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

Parametri

  • element
    Tipo: DependencyObject

Valore restituito

Tipo: Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CommandRouting Classe

Spazio dei nomi Microsoft.VisualStudio.Editor