Share via


IXamlBindScopeDiagnostics Interface

Definition

Provides methods that enable a debugger to disable generated binding code.

public interface class IXamlBindScopeDiagnostics
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1051217486, 65022, 21928, 165, 97, 237, 245, 105, 120, 70, 215)]
struct IXamlBindScopeDiagnostics
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(1051217486, 65022, 21928, 165, 97, 237, 245, 105, 120, 70, 215)]
public interface IXamlBindScopeDiagnostics
Public Interface IXamlBindScopeDiagnostics
Attributes

Remarks

This interface is for use in code that is generated by the XAML compiler.

Methods

Disable(Int32, Int32)

Disables a binding while running in a debugger.

Applies to