Partager via


XmlMappingSource.FromStream(Stream) Méthode

Définition

Crée une source de mappage à partir de XML dans un flux de données.

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

Paramètres

stream
Stream

Flux de données XML.

Retours

Nouvelle source de mappage XML, telle que le type XmlMappingSource.

S’applique à