ParserContext.Implicit(ParserContext to XmlParserContext) Operator

Definicja

Konwertuje kod XAML ParserContext na .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

Parametry

parserContext
ParserContext

Kontekst analizatora XAML do konwersji na element XmlParserContext.

Zwraca

Przekonwertowany kontekst analizatora XML.

Wyjątki

parserContext to null.

Dotyczy