Partager via


XmlMappingSource.FromXml(String) Méthode

Définition

Crée une source de mappage à partir d'une chaîne XML.

public:
 static System::Data::Linq::Mapping::XmlMappingSource ^ FromXml(System::String ^ xml);
public static System.Data.Linq.Mapping.XmlMappingSource FromXml (string xml);
static member FromXml : string -> System.Data.Linq.Mapping.XmlMappingSource
Public Shared Function FromXml (xml As String) As XmlMappingSource

Paramètres

xml
String

Chaîne qui contient le code XML.

Retours

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

S’applique à