BindingDebugState Class
Silverlight
Represents the state of the binding being debugged.
Namespace: System.Windows.Data.Debugging
Assembly: System.Windows (in System.Windows.dll)
The BindingDebugState type exposes the following members.
| 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. |
| 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().) |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.