Application::LoadComponent Method (Object, Uri)
Loads a XAML file that is located at the specified uniform resource identifier (URI) and converts it to an instance of the object that is specified by the root element of the XAML file.
Namespace: System.Windows
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- component
- Type: System::Object
An object of the same type as the root element of the XAML file.
- resourceLocator
- Type: System::Uri
A Uri that maps to a relative XAML file.
| Exception | Condition |
|---|---|
| ArgumentNullException | component is null. |
| ArgumentNullException | resourceLocator is null. |
| ArgumentException | The OriginalString property of the resourceLocator Uri parameter is null. |
| ArgumentException | The resourceLocator is an absolute URI. |
| Exception | component is of a type that does not match the root element of the XAML file. |
The XAML file can be an application code file (configured as an Microsoft build engine (MSBuild) Page item) or an application data file (a resource file, content file, or site-of-origin file; see WPF Application Resource, Content, and Data Files).
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.