XamlLanguage.Arguments 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取工厂方法或泛型用法的 Arguments
的 XamlDirective。
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
属性值
工厂方法或泛型用法的 Arguments
的 XamlDirective。
注解
工厂方法是一项 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
.