Share via


ParserContext.ToXmlParserContext(ParserContext) Método

Definição

Converte um ParserContext em um 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

Parâmetros

parserContext
ParserContext

O contexto a ser convertido em um XmlParserContext.

Retornos

O contexto do analisador XML.

Exceções

parserContext é null.

Aplica-se a