Share via


ParserContext.Implicit(ParserContext to XmlParserContext) 演算子

定義

XAML の ParserContextXmlParserContext に変換します。

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 です。

適用対象