Partager via


TargetPropertyPath Constructeurs

Définition

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.

S’applique à