Condividi tramite


ParserContext.Implicit(ParserContext to XmlParserContext) Operatore

Definizione

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

Parametri

parserContext
ParserContext

Contesto del parser XAML da convertire in XmlParserContext.

Valori restituiti

Contesto del parser XML convertito.

Eccezioni

parserContext è null.

Si applica a