Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Application.GetResourceStream(Uri) Method

Definition

Namespace:
System.Windows
Assembly:
PresentationFramework.dll

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Returns a resource stream for a resource data file that is located at the specified Uri (see WPF Application Resource, Content, and Data Files).

public:
 static System::Windows::Resources::StreamResourceInfo ^ GetResourceStream(Uri ^ uriResource);
[System.Security.SecurityCritical]
public static System.Windows.Resources.StreamResourceInfo GetResourceStream(Uri uriResource);
public static System.Windows.Resources.StreamResourceInfo GetResourceStream(Uri uriResource);
[<System.Security.SecurityCritical>]
static member GetResourceStream : Uri -> System.Windows.Resources.StreamResourceInfo
static member GetResourceStream : Uri -> System.Windows.Resources.StreamResourceInfo
Public Shared Function GetResourceStream (uriResource As Uri) As StreamResourceInfo

Parameters

uriResource
Uri

The Uri that maps to an embedded resource.

Returns

A StreamResourceInfo that contains a resource stream for resource data file that is located at the specified Uri.

Attributes

Exceptions

The Uri that is passed to GetResourceStream(Uri) is null.

The Uri that is passed to GetResourceStream(Uri) is either not relative, or is absolute but not in the pack://application:,,,/ form.

The Uri that is passed to GetResourceStream(Uri) cannot be found.

Remarks

This method is not thread safe.

Applies to

See also


Feedback

Was this page helpful?