XamlObjectWriterSettings.SourceBamlUri Property

Definition

Used in the BeginInitHandler in place of the actual BaseUri.

public:
 property Uri ^ SourceBamlUri { Uri ^ get(); void set(Uri ^ value); };
public Uri SourceBamlUri { get; set; }
member this.SourceBamlUri : Uri with get, set
Public Property SourceBamlUri As Uri

Property Value

Uri

A Uri to be used in place of the actual BaseUri.

Remarks

Used internally to provide the correct info in the handler, while keeping runtime behavior fully compatible.

Applies to