IXamlBindScopeDiagnostics.Disable(Int32, Int32) Method
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.
Disables a binding while running in a debugger.
public:
void Disable(int lineNumber, int columnNumber);
void Disable(int const& lineNumber, int const& columnNumber);
public void Disable(int lineNumber, int columnNumber);
function disable(lineNumber, columnNumber)
Public Sub Disable (lineNumber As Integer, columnNumber As Integer)
Parameters
- lineNumber
-
Int32
int
The line number of the x:Bind in the XAML source file.
- columnNumber
-
Int32
int
The column number of the x:Bind in the XAML source file.