XmlMappingSource.FromStream(Stream) Methode

Definition

Erstellt eine Zuordnungsquelle anhand von XML in einem Stream.

public:
 static System::Data::Linq::Mapping::XmlMappingSource ^ FromStream(System::IO::Stream ^ stream);
public static System.Data.Linq.Mapping.XmlMappingSource FromStream (System.IO.Stream stream);
static member FromStream : System.IO.Stream -> System.Data.Linq.Mapping.XmlMappingSource
Public Shared Function FromStream (stream As Stream) As XmlMappingSource

Parameter

stream
Stream

Ein Stream von XML-Daten.

Gibt zurück

Die neue XML-Zuordnungsquelle vom Typ XmlMappingSource.

Gilt für: