TargetPropertyPath Constructeurs
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.
Surcharges
TargetPropertyPath() |
Initialise une nouvelle instance de la classe TargetPropertyPath. |
TargetPropertyPath(DependencyProperty) |
Initialise une nouvelle instance de la classe TargetPropertyPath avec la propriété cible spécifiée. |
TargetPropertyPath()
Initialise une nouvelle instance de la classe TargetPropertyPath.
public:
TargetPropertyPath();
TargetPropertyPath();
public TargetPropertyPath();
function TargetPropertyPath()
Public Sub New ()
Voir aussi
S’applique à
TargetPropertyPath(DependencyProperty)
Initialise une nouvelle instance de la classe TargetPropertyPath avec la propriété cible spécifiée.
public:
TargetPropertyPath(DependencyProperty ^ targetProperty);
TargetPropertyPath(DependencyProperty const& targetProperty);
public TargetPropertyPath(DependencyProperty targetProperty);
function TargetPropertyPath(targetProperty)
Public Sub New (targetProperty As DependencyProperty)
Paramètres
- targetProperty
- DependencyProperty
Propriété cible.