XamlLanguage.Arguments 属性

定义

获取工厂方法或泛型用法的 ArgumentsXamlDirective

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

属性值

XamlDirective

工厂方法或泛型用法的 ArgumentsXamlDirective

注解

工厂方法是一项 XAML 2009 功能,用于标识构造 XAML 类型的基础类型的替代技术。 指定 Arguments 工厂方法的输入,并启用在标记中指定该信息。 如果没有工厂方法,默认技术是尝试查找无参数构造函数,然后尝试查找类型、成员或目标类型的标识类型转换器。

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

适用于