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。

傳回

應用程式資源資料流。

屬性

適用於