Udostępnij za pośrednictwem


StreamResourceInfo Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy StreamResourceInfo.

Przeciążenia

StreamResourceInfo()

Inicjuje nowe wystąpienie klasy StreamResourceInfo.

StreamResourceInfo(Stream, String)

Inicjuje StreamResourceInfo nowe wystąpienie klasy na podstawie dostarczonego strumienia.

StreamResourceInfo()

Inicjuje nowe wystąpienie klasy StreamResourceInfo.

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

Dotyczy

StreamResourceInfo(Stream, String)

Inicjuje StreamResourceInfo nowe wystąpienie klasy na podstawie dostarczonego strumienia.

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)

Parametry

stream
Stream

Strumień odwołania.

contentType
String

Typ zawartości Multipurpose Internet Mail Extensions (MIME) strumienia.

Dotyczy