XmlDataProvider::IUriContext::BaseUri Property

 

This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.

Namespace:   System.Windows.Data
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.

.NET Framework
Available since 3.0
Return to top
Show: