XmlMappingSource.FromStream(Stream) Methode

Definitie

Hiermee maakt u een toewijzingsbron op basis van XML in een 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

Parameters

stream
Stream

Een stroom XML.

Retouren

De nieuwe XML-toewijzingsbron, als type XmlMappingSource.

Van toepassing op