BindingOperations.ClearAllBindings(DependencyObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes all bindings, including bindings of type Binding, MultiBinding, and PriorityBinding, from the specified DependencyObject.
public:
static void ClearAllBindings(System::Windows::DependencyObject ^ target);
public static void ClearAllBindings (System.Windows.DependencyObject target);
static member ClearAllBindings : System.Windows.DependencyObject -> unit
Public Shared Sub ClearAllBindings (target As DependencyObject)
Parameters
- target
- DependencyObject
The object from which to remove bindings.
Exceptions
If target
is null
.
Remarks
If the specified object is not data-bound, this method has no effect.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.