TargetPropertyPath 생성자

정의

오버로드

TargetPropertyPath()

TargetPropertyPath 클래스의 새 instance 초기화합니다.

TargetPropertyPath(DependencyProperty)

지정된 대상 속성을 사용하여 TargetPropertyPath 클래스의 새 instance 초기화합니다.

TargetPropertyPath()

TargetPropertyPath 클래스의 새 instance 초기화합니다.

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

추가 정보

적용 대상

TargetPropertyPath(DependencyProperty)

지정된 대상 속성을 사용하여 TargetPropertyPath 클래스의 새 instance 초기화합니다.

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

매개 변수

targetProperty
DependencyProperty

대상 속성입니다.

적용 대상