ParserContext.ToXmlParserContext(ParserContext) Méthode

Définition

Convertit un ParserContext en XmlParserContext.

public:
 static System::Xml::XmlParserContext ^ ToXmlParserContext(System::Windows::Markup::ParserContext ^ parserContext);
public static System.Xml.XmlParserContext ToXmlParserContext (System.Windows.Markup.ParserContext parserContext);
static member ToXmlParserContext : System.Windows.Markup.ParserContext -> System.Xml.XmlParserContext
Public Shared Function ToXmlParserContext (parserContext As ParserContext) As XmlParserContext

Paramètres

parserContext
ParserContext

Contexte à convertir en XmlParserContext.

Retours

Contexte de l'analyseur XML.

Exceptions

parserContext a la valeur null.

S’applique à