PageContent::IUriContext::BaseUri Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

For a description of this member, see IUriContext::BaseUri.

Namespace:   System.Windows.Documents
Assembly:  PresentationFramework (in PresentationFramework.dll)

private:
property Uri^ BaseUri {
	virtual Uri^ get() sealed = IUriContext::BaseUri::get;
	virtual void set(Uri^ value) sealed = IUriContext::BaseUri::set;
}

Property Value

Type: System::Uri^

The base URI of the current context.

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

.NET Framework
Available since 3.0
Return to top
Show: