Share via


IApplicationResourceStreamResolver.GetApplicationResourceStream(Uri) Metodo

Definizione

Attenzione

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

Restituisce un flusso di risorse dell'applicazione da un URI specificato.

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

Parametri

relativeUri
Uri

URI relativo.

Restituisce

Stream

Un flusso di risorsa dell'applicazione

Attributi

Si applica a