Storyboard.GetTargetProperty(DependencyObject) 메서드

정의

지정된 TargetPropertyTimeline 값을 검색합니다.

public:
 static System::Windows::PropertyPath ^ GetTargetProperty(System::Windows::DependencyObject ^ element);
public static System.Windows.PropertyPath GetTargetProperty (System.Windows.DependencyObject element);
static member GetTargetProperty : System.Windows.DependencyObject -> System.Windows.PropertyPath
Public Shared Function GetTargetProperty (element As DependencyObject) As PropertyPath

매개 변수

element
DependencyObject

TargetProperty를 가져올 종속성 개체입니다.

반환

PropertyPath

element의 대상 속성입니다.

설명

이 메서드를 가져옵니다는 TargetProperty 지정 된 개체에 연결 합니다. 스토리 보드 대상으로 작동 하는 방법에 대 한 자세한 내용은 참조 하세요. TargetProperty 연결 된 속성입니다. 연결 된 속성 작동 방식에 대 한 자세한 내용은 참조 하세요. 연결 된 속성 개요합니다.

태그에 TargetProperty 설정된 경우 속성 참조가 구문 분석될 때 내부적으로 확인되고 저장되기 때문에 이 메서드는 빈 PropertyPath 값을 반환합니다.

적용 대상

추가 정보