BindingOperations.GetSourceUpdatingBindingGroups(DependencyObject) 方法

定義

取得所有 BindingGroup 有無效值或目標值的物件,且未更新來源。

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Data::BindingGroup ^> ^ GetSourceUpdatingBindingGroups(System::Windows::DependencyObject ^ root);
public static System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Data.BindingGroup> GetSourceUpdatingBindingGroups(System.Windows.DependencyObject root);
static member GetSourceUpdatingBindingGroups : System.Windows.DependencyObject -> System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Data.BindingGroup>
Public Shared Function GetSourceUpdatingBindingGroups (root As DependencyObject) As ReadOnlyCollection(Of BindingGroup)

參數

root
DependencyObject

UIElement根是要取得結合基團的。 此方法回傳 BindingGroup 與該元素或其後繼元素相關聯的物件。

傳回

BindingGroup與指定元素相關聯且值或目標值為無效的物件集合,尚未更新來源。

備註

rootnullGetSourceUpdatingBindingGroups 則回傳所有 BindingGroup 無效或未更新的物件。

適用於