PriorityBindingExpression Class
Assembly: PresentationFramework (in presentationframework.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
'Declaration Public NotInheritable Class PriorityBindingExpression Inherits BindingExpressionBase 'Usage Dim instance As PriorityBindingExpression
public final class PriorityBindingExpression extends BindingExpressionBase
public final class PriorityBindingExpression extends BindingExpressionBase
You cannot use this managed class in XAML.
PriorityBinding is a single run-time instance of a PriorityBindingExpression. Therefore, it describes a collection of BindingExpression objects that is attached to a single binding target property, which receives its value from the first BindingExpression object in the collection that returns a value successfully. For information about binding expressions, see the Binding and BindingExpression section in the Data Binding Overview.
The binding engine determines which of the BindingExpression objects is the ActiveBindingExpression based on priority. For more information, see PriorityBinding.
System.Windows.Expression
System.Windows.Data.BindingExpressionBase
System.Windows.Data.PriorityBindingExpression
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.