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
Public property Action Gets the binding-related action being debugged.
Public property Binding Gets the binding being debugged.
Public property BindingExpression Gets the binding expression being debugged.
Public property Error Gets the error associated with the binding, if one is present.
Public property FinalSource Gets the final source value on which the binding being debugged will operate.
Public property LastCompletedStage Gets the stage that the binding was executing when an error occurred.
Public property Pipeline Gets an object that contains the values at different stages of binding resolution.
Public property ValidationErrors Gets the validation errors associated with the binding.

Top

Methods

  Name Description
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method 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.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method 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.

See Also

Reference

Other Resources