次の方法で共有


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。

戻り値

Stream

アプリケーションのリソース ストリーム。

属性

適用対象