XamlSourceInfo Constructor
Initializes a new instance of the XamlSourceInfo class with a specified line, column, and file path.
Definition
Namespace: Avalonia.Markup.Xaml.Diagnostics
Assembly: Avalonia.Markup.Xaml (in Avalonia.Markup.Xaml.dll)
- C#
- VB
- F#
public XamlSourceInfo(
int line,
int column,
string? filePath
)
Public Sub New (
line As Integer,
column As Integer,
filePath As String
)
new :
line : int *
column : int *
filePath : string -> XamlSourceInfo
Parameters
- Int32
- The line number of the source element.
- Int32
- The column number of the source element.
- String
- The full path of the source file.
See Also
Reference
XamlSourceInfo Class
Avalonia.Markup.Xaml.Diagnostics Namespace