XamlLanguage.FactoryMethod Property

Definition

Gets a XamlDirective that identifies a factory method for XAML.

public:
 static property System::Xaml::XamlDirective ^ FactoryMethod { System::Xaml::XamlDirective ^ get(); };
public static System.Xaml.XamlDirective FactoryMethod { get; }
static member FactoryMethod : System.Xaml.XamlDirective
Public Shared ReadOnly Property FactoryMethod As XamlDirective

Property Value

A XamlDirective that identifies a factory method for XAML.

Remarks

A factory method is a XAML 2009 feature for identifying an alternative technique that constructs the underlying type for a XAML type. The default technique, if a factory method is unavailable, is to try to find a parameterless constructor, and then try to find an identified type converter on type, member, or destination type.

Applies to