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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET