XamlLanguage.Arguments Property

Definition

Gets a XamlDirective for the Arguments of a factory method or a generic usage.

C#
public static System.Xaml.XamlDirective Arguments { get; }

Property Value

A XamlDirective for the Arguments of a factory method or generic usage.

Remarks

A factory method is a XAML 2009 feature for identifying an alternative technique that constructs the underlying type for a XAML type. The Arguments specify the input of a factory method and enable specifying that information in markup. The default techniques, in absence of a factory method, are to attempt to find a parameterless constructor and then attempt to find an identified type converter for type, member, or destination type.

For the generic usage, the Arguments wrap the objects or initialization text of all construction inputs that are specified as necessary for the TypeArguments.

Applies to

Product Versions
.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