TargetPropertyPath コンストラクター

定義

オーバーロード

TargetPropertyPath()

TargetPropertyPath クラスの新しいインスタンスを初期化します。

TargetPropertyPath(DependencyProperty)

指定したターゲット プロパティを使用して、 TargetPropertyPath クラスの新しいインスタンスを初期化します。

TargetPropertyPath()

TargetPropertyPath クラスの新しいインスタンスを初期化します。

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

こちらもご覧ください

適用対象

TargetPropertyPath(DependencyProperty)

指定したターゲット プロパティを使用して、 TargetPropertyPath クラスの新しいインスタンスを初期化します。

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

パラメーター

targetProperty
DependencyProperty

ターゲット プロパティ。

適用対象