NavigationWindow.IUriContext.BaseUri Property

Definition

Gets or sets the base uniform resource identifier (URI) of the current context.

property Uri ^ System::Windows::Markup::IUriContext::BaseUri { Uri ^ get(); void set(Uri ^ value); };
Uri System.Windows.Markup.IUriContext.BaseUri { get; set; }
member this.System.Windows.Markup.IUriContext.BaseUri : Uri with get, set
 Property BaseUri As Uri Implements IUriContext.BaseUri

Property Value

Uri

The base URI of the current context.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the NavigationWindow instance is cast to an IUriContext interface.

Applies to