ParserContext.XamlTypeMapper 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定要與這個 XamlTypeMapper 搭配使用的 ParserContext。
public:
property System::Windows::Markup::XamlTypeMapper ^ XamlTypeMapper { System::Windows::Markup::XamlTypeMapper ^ get(); void set(System::Windows::Markup::XamlTypeMapper ^ value); };
public System.Windows.Markup.XamlTypeMapper XamlTypeMapper { get; set; }
member this.XamlTypeMapper : System.Windows.Markup.XamlTypeMapper with get, set
Public Property XamlTypeMapper As XamlTypeMapper
屬性值
將 XAML 項目對應至 CLR 型別時使用的型別對應器。