Compartilhar via


IApplicationResourceStreamResolver.GetApplicationResourceStream(Uri) Método

Definição

Cuidado

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

Retorna um fluxo de recursos de aplicativo do URI especificado.

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

Parâmetros

relativeUri
Uri

O URI relativo.

Retornos

Stream

Um fluxo de recurso do aplicativo.

Atributos

Aplica-se a