ParserContext.ToXmlParserContext(ParserContext) Método

Definición

Convierte una interfaz 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

Parámetros

parserContext
ParserContext

Contexto que se va a convertir en XmlParserContext.

Devoluciones

Contexto de analizador XML.

Excepciones

parserContext es null.

Se aplica a