BindingOperations.GetSourceUpdatingBindings(DependencyObject) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
잘못된 값이 있거나 대상 값이 소스를 업데이트하지 않은 모든 BindingExpressionBase 개체를 가져옵니다.
public:
static System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Data::BindingExpressionBase ^> ^ GetSourceUpdatingBindings(System::Windows::DependencyObject ^ root);
public static System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Data.BindingExpressionBase> GetSourceUpdatingBindings (System.Windows.DependencyObject root);
static member GetSourceUpdatingBindings : System.Windows.DependencyObject -> System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Data.BindingExpressionBase>
Public Shared Function GetSourceUpdatingBindings (root As DependencyObject) As ReadOnlyCollection(Of BindingExpressionBase)
매개 변수
- root
- DependencyObject
바인딩 그룹을 가져올 루트 UIElement입니다. 이 메서드는 이 요소 또는 해당 하위 항목 요소와 연결된 BindingExpressionBase 개체를 반환합니다.
반환
지정된 요소와 연결되었고 값이 유효하지 않거나 대상 값이 소스를 업데이트하지 않은 BindingExpressionBase 개체의 컬렉션입니다.
설명
이 null
GetSourceUpdatingBindings 경우 root
유효하지 않거나 업데이트되지 않은 모든 BindingExpressionBase 개체를 반환합니다.