DataContractsSerDeUtils.LoadXml Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
LoadXml(String) | |
LoadXml(String, XmlDocument) |
LoadXml(String)
public static System.Xml.XmlDocument LoadXml (string objAsXml);
static member LoadXml : string -> System.Xml.XmlDocument
Public Shared Function LoadXml (objAsXml As String) As XmlDocument
Parameters
- objAsXml
- String
Returns
Applies to
LoadXml(String, XmlDocument)
public static void LoadXml (string objAsXml, System.Xml.XmlDocument doc);
static member LoadXml : string * System.Xml.XmlDocument -> unit
Public Shared Sub LoadXml (objAsXml As String, doc As XmlDocument)
Parameters
- objAsXml
- String
- doc
- XmlDocument
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET