ParserContext.XamlTypeMapper Propiedad

Definición

Obtiene o establece el objeto XamlTypeMapper que se va a usar con esta instancia de 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

Valor de propiedad

Asignador de tipos que se va a usar al asignar elementos XAML a tipos CLR.

Se aplica a

Consulte también