KeyTipService.SetKeyTip(DependencyObject, String) Méthode

Définition

Définit la valeur de la KeyTip propriété jointe pour l’élément spécifié.

public:
 static void SetKeyTip(System::Windows::DependencyObject ^ element, System::String ^ value);
public static void SetKeyTip(System.Windows.DependencyObject element, string value);
static member SetKeyTip : System.Windows.DependencyObject * string -> unit
Public Shared Sub SetKeyTip (element As DependencyObject, value As String)

Paramètres

element
DependencyObject

Objet dans lequel la propriété jointe est écrite.

value
String

Valeur à définir.

Exceptions

La valeur spécifiée element est null.

S’applique à