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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.