ParserContext.Implicit(ParserContext to XmlParserContext) Opérateur

Définition

Convertit un ParserContext XAML en XmlParserContext.

public:
 static operator System::Xml::XmlParserContext ^(System::Windows::Markup::ParserContext ^ parserContext);
public static implicit operator System.Xml.XmlParserContext (System.Windows.Markup.ParserContext parserContext);
static member op_Implicit : System.Windows.Markup.ParserContext -> System.Xml.XmlParserContext
Public Shared Widening Operator CType (parserContext As ParserContext) As XmlParserContext

Paramètres

parserContext
ParserContext

Contexte d'analyseur XAML à convertir en XmlParserContext.

Retours

Contexte d'analyseur XML converti.

Exceptions

parserContext a la valeur null.

S’applique à