次の方法で共有


StreamResourceInfo コンストラクター

定義

StreamResourceInfo クラスの新しいインスタンスを初期化します。

オーバーロード

StreamResourceInfo()

StreamResourceInfo クラスの新しいインスタンスを初期化します。

StreamResourceInfo(Stream, String)

指定されたストリームに基づいて、StreamResourceInfo クラスの新しいインスタンスを初期化します。

StreamResourceInfo()

StreamResourceInfo クラスの新しいインスタンスを初期化します。

public:
 StreamResourceInfo();
public StreamResourceInfo ();
Public Sub New ()

適用対象

StreamResourceInfo(Stream, String)

指定されたストリームに基づいて、StreamResourceInfo クラスの新しいインスタンスを初期化します。

public:
 StreamResourceInfo(System::IO::Stream ^ stream, System::String ^ contentType);
public StreamResourceInfo (System.IO.Stream stream, string contentType);
new System.Windows.Resources.StreamResourceInfo : System.IO.Stream * string -> System.Windows.Resources.StreamResourceInfo
Public Sub New (stream As Stream, contentType As String)

パラメーター

stream
Stream

参照ストリーム。

contentType
String

ストリームの多目的インターネット メール拡張機能 (MIME) コンテンツ タイプ。

適用対象