XamlObjectWriterSettings.SourceBamlUri Property
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.
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
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.