CommandRouting.GetInterceptsCommandRouting, méthode
Espace de noms : Microsoft.VisualStudio.Editor
Assembly : Microsoft.VisualStudio.Editor (dans Microsoft.VisualStudio.Editor.dll)
Syntaxe
'Déclaration
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
Paramètres
- element
Type : DependencyObject
Valeur de retour
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.