IApplicationResourceStreamResolver::GetApplicationResourceStream Method (Uri^)

.NET Framework (current version)
 
Note: This API is now obsolete.

Returns an application resource stream from the specified URI.

Namespace:   System.Xml
Assembly:  System.Xml (in System.Xml.dll)

[ObsoleteAttribute("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", 
	true)]
Stream^ GetApplicationResourceStream(
	Uri^ relativeUri
)

Parameters

relativeUri
Type: System::Uri^

The relative URI.

Return Value

Type: System.IO::Stream^

An application resource stream.

.NET Framework
Available since 4.5
Return to top
Show: