Share via


IApplicationResourceStreamResolver.GetApplicationResourceStream(Uri) 方法

定义

注意

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

从指定的 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

参数

relativeUri
Uri

相对 URI。

返回

应用程序资源流。

属性

适用于