CreateSourceInfo Property
When enabled, the XAML compiler embeds SourceInfo metadata (file path, line, and column) into generated code. Default is 'false'.
Definition
Namespace: Avalonia.Markup.Xaml
Assembly: Avalonia.Markup.Xaml (in Avalonia.Markup.Xaml.dll)
- C#
- VB
- F#
public bool CreateSourceInfo { get; set; }
Public Property CreateSourceInfo As Boolean
Get
Set
member CreateSourceInfo : bool with get, set
Property Value
BooleanSee Also
Reference
RuntimeXamlLoaderConfiguration Class
Avalonia.Markup.Xaml Namespace