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.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: [SecurityCriticalAttribute] static void LoadComponent( Object^ component, Uri^ resourceLocator )
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 resourceLocatorUri 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).
Note |
|---|
This method is not thread-safe. |
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
