Bagikan melalui


TargetPropertyPath Konstruktor

Definisi

Overload

TargetPropertyPath()

Menginisialisasi instans baru kelas TargetPropertyPath .

TargetPropertyPath(DependencyProperty)

Menginisialisasi instans baru kelas TargetPropertyPath dengan properti target yang ditentukan.

TargetPropertyPath()

Menginisialisasi instans baru kelas TargetPropertyPath .

public:
 TargetPropertyPath();
 TargetPropertyPath();
public TargetPropertyPath();
function TargetPropertyPath()
Public Sub New ()

Lihat juga

Berlaku untuk

TargetPropertyPath(DependencyProperty)

Menginisialisasi instans baru kelas TargetPropertyPath dengan properti target yang ditentukan.

public:
 TargetPropertyPath(DependencyProperty ^ targetProperty);
 TargetPropertyPath(DependencyProperty const& targetProperty);
public TargetPropertyPath(DependencyProperty targetProperty);
function TargetPropertyPath(targetProperty)
Public Sub New (targetProperty As DependencyProperty)

Parameter

targetProperty
DependencyProperty

Properti target.

Berlaku untuk