Application::GetContentStream Method (Uri^)
.NET Framework (current version)
Returns a resource stream for a content 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^ GetContentStream( Uri^ uriContent )
Parameters
- uriContent
-
Type:
System::Uri^
The relative Uri that maps to a loose resource.
Return Value
Type: System.Windows.Resources::StreamResourceInfo^A StreamResourceInfo that contains a content data file that is located at the specified Uri. If a loose resource is not found, null is returned.
| Exception | Condition |
|---|---|
| ArgumentNullException | The Uri that is passed to GetContentStream is null. |
| ArgumentException | The OriginalString property of the Uri that is passed to GetContentStream is null. |
| ArgumentException |
This method is not thread safe.
.NET Framework
Available since 3.0
Available since 3.0
Show: