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 オブジェクトのコレクション。

注釈

が のnullGetSourceUpdatingBindingGroups場合rootは、無効であるか、更新されていないすべてのBindingGroupオブジェクトが返されます。

適用対象