BindingDebugState.Pipeline Property
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Gets an object that contains the values at different stages of binding resolution.
Namespace: System.Windows.Data.Debugging
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.RootHidden)> _
Public Property Pipeline As BindingValuePipeline
[DebuggerBrowsableAttribute(DebuggerBrowsableState.RootHidden)]
public BindingValuePipeline Pipeline { get; internal set; }
Property Value
Type: System.Windows.Data.Debugging.BindingValuePipeline
An object that contains the values at different stages of binding resolution.
Remarks
This property provides access to the binding values when the binding source or target is being updated. The returned object is filled in as the binding pipeline is executed. During validation notifications, this property is nulla null reference (Nothing in Visual Basic).
Version Information
Silverlight
Supported in: 5
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
See Also