Partager via


CommandRouting.SetInterceptsCommandRouting, méthode

Espace de noms :  Microsoft.VisualStudio.Editor
Assembly :  Microsoft.VisualStudio.Editor (dans Microsoft.VisualStudio.Editor.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • element
    Type : DependencyObject
  • value
    Type : Boolean

Sécurité .NET Framework

Voir aussi

Référence

CommandRouting Classe

Microsoft.VisualStudio.Editor, espace de noms