ParserContext.ToXmlParserContext(ParserContext) Metod

Definition

Konverterar en ParserContext till 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

Parametrar

parserContext
ParserContext

Kontexten som ska konverteras till en XmlParserContext.

Returer

XML-parsningskontexten.

Undantag

parserContext är null.

Gäller för