Condividi tramite


Metodo CommandRouting.SetInterceptsCommandRouting

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

Sintassi

'Dichiarazione
Public Shared Sub SetInterceptsCommandRouting ( _
    element As DependencyObject, _
    value As Boolean _
)
public static void SetInterceptsCommandRouting(
    DependencyObject element,
    bool value
)
public:
static void SetInterceptsCommandRouting(
    DependencyObject^ element, 
    bool value
)
static member SetInterceptsCommandRouting : 
        element:DependencyObject * 
        value:bool -> unit
public static function SetInterceptsCommandRouting(
    element : DependencyObject, 
    value : boolean
)

Parametri

  • element
    Tipo: DependencyObject
  • value
    Tipo: Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

CommandRouting Classe

Spazio dei nomi Microsoft.VisualStudio.Editor