IXamlBindScopeDiagnostics Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |