Share via


AutomationProperties.GetAcceleratorKey(DependencyObject) Méthode

Définition

Obtient la propriété jointe AcceleratorKey pour le DependencyObject spécifié.

public:
 static System::String ^ GetAcceleratorKey(System::Windows::DependencyObject ^ element);
public static string GetAcceleratorKey (System.Windows.DependencyObject element);
static member GetAcceleratorKey : System.Windows.DependencyObject -> string
Public Shared Function GetAcceleratorKey (element As DependencyObject) As String

Paramètres

element
DependencyObject

DependencyObject à vérifier.

Retours

String

Chaîne qui contient la touche accélérateur.

S’applique à

Voir aussi