IApplicationResourceStreamResolver.GetApplicationResourceStream(Uri) Metoda

Definice

Upozornění

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Vrátí datový proud prostředků aplikace ze zadaného identifikátoru URI.

public:
 System::IO::Stream ^ GetApplicationResourceStream(Uri ^ relativeUri);
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public System.IO.Stream GetApplicationResourceStream (Uri relativeUri);
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
abstract member GetApplicationResourceStream : Uri -> System.IO.Stream
Public Function GetApplicationResourceStream (relativeUri As Uri) As Stream

Parametry

relativeUri
Uri

Relativní identifikátor URI.

Návraty

Datový proud prostředků aplikace.

Atributy

Platí pro