Share via


ParserContext.Implicit(ParserContext to XmlParserContext) 運算子

定義

將 XAML ParserContext 轉換成 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

參數

parserContext
ParserContext

要轉換成 XmlParserContext 的 XAML 剖析器內容。

傳回

轉換後的 XML 剖析器內容。

例外狀況

parserContextnull

適用於