SwipeHintThemeAnimation.TargetName Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit le nom de référence de l’élément de contrôle ciblé.
public:
property Platform::String ^ TargetName { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring TargetName();
void TargetName(winrt::hstring value);
public string TargetName { get; set; }
var string = swipeHintThemeAnimation.targetName;
swipeHintThemeAnimation.targetName = string;
Public Property TargetName As String
<SwipeHintThemeAnimation TargetName="nameString" />
Valeur de propriété
Nom de référence. Il s’agit généralement de l’élément x:Name de l’élément approprié déclaré dans XAML.