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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.