BindingDebugState Class
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Represents the state of the binding being debugged.
Inheritance Hierarchy
System.Object
System.Windows.Data.Debugging.BindingDebugState
Namespace: System.Windows.Data.Debugging
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Class BindingDebugState
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public class BindingDebugState
The BindingDebugState type exposes the following members.
Properties
Name | Description | |
---|---|---|
Action | Gets the binding-related action being debugged. | |
Binding | Gets the binding being debugged. | |
BindingExpression | Gets the binding expression being debugged. | |
Error | Gets the error associated with the binding, if one is present. | |
FinalSource | Gets the final source value on which the binding being debugged will operate. | |
LastCompletedStage | Gets the stage that the binding was executing when an error occurred. | |
Pipeline | Gets an object that contains the values at different stages of binding resolution. | |
ValidationErrors | Gets the validation errors associated with the binding. |
Top
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns the string representation of the BindingDebugState. (Overrides Object.ToString().) |
Top
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.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.