BindingOperations.GetSourceUpdatingBindingGroups(DependencyObject) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得所有 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 物件的集合,這些物件與指定的項目相關聯,並且含有無效值或是其目標值尚未更新來源。
備註
如果 為 root
null
, GetSourceUpdatingBindingGroups 則傳回所有 BindingGroup 無效或尚未更新的物件。