Storyboard.GetTargetProperty(DependencyObject) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 TargetProperty의 Timeline 값을 검색합니다.
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를 가져올 종속성 개체입니다.
반환
element
의 대상 속성입니다.
설명
이 메서드를 가져옵니다는 TargetProperty 지정 된 개체에 연결 합니다. 스토리 보드 대상으로 작동 하는 방법에 대 한 자세한 내용은 참조 하세요. TargetProperty 연결 된 속성입니다. 연결 된 속성 작동 방식에 대 한 자세한 내용은 참조 하세요. 연결 된 속성 개요합니다.
태그에 TargetProperty 설정된 경우 속성 참조가 구문 분석될 때 내부적으로 확인되고 저장되기 때문에 이 메서드는 빈 PropertyPath 값을 반환합니다.