Share via


ParserContext.ToXmlParserContext(ParserContext) Metodo

Definizione

Converte un oggetto ParserContext in un oggetto 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

Parametri

parserContext
ParserContext

Il contesto in cui convertire un XmlParserContext.

Restituisce

Contesto del parser XML.

Eccezioni

parserContext è null.

Si applica a