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

Produto Versões
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10