Application.GetContentStream(Uri) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した
public:
static System::Windows::Resources::StreamResourceInfo ^ GetContentStream(Uri ^ uriContent);
[System.Security.SecurityCritical]
public static System.Windows.Resources.StreamResourceInfo GetContentStream(Uri uriContent);
[<System.Security.SecurityCritical>]
static member GetContentStream : Uri -> System.Windows.Resources.StreamResourceInfo
Public Shared Function GetContentStream (uriContent As Uri) As StreamResourceInfo
パラメーター
返品
指定したUriにあるコンテンツ データ ファイルを含むStreamResourceInfo。 ルース リソースが見つからない場合は、null が返されます。
- 属性
例外
GetContentStream(Uri)に渡されるUriは null です。
GetContentStream(Uri)に渡されるUriは絶対Uriです。
注釈
このメソッドはスレッド セーフではありません。