Application::GetResourceStream Method (Uri^)
.NET Framework (current version)
Returns a resource stream for a resource data file that is located at the specified Uri (see WPF Application Resource, Content, and Data Files).
Assembly: PresentationFramework (in PresentationFramework.dll)
public: [SecurityCriticalAttribute] static StreamResourceInfo^ GetResourceStream( Uri^ uriResource )
Parameters
- uriResource
-
Type:
System::Uri^
The Uri that maps to an embedded resource.
Return Value
Type: System.Windows.Resources::StreamResourceInfo^A StreamResourceInfo that contains a resource stream for resource data file that is located at the specified Uri.
| Exception | Condition |
|---|---|
| ArgumentNullException | The Uri that is passed to GetResourceStream is null. |
| ArgumentException | The OriginalString property of the Uri that is passed to GetResourceStream is null. |
| ArgumentException | The Uri that is passed to GetResourceStream is either not relative, or is absolute but not in the pack://application:,,,/ form. |
| IOException | The Uri that is passed to GetResourceStream cannot be found. |
This method is not thread safe.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: