XmlnsDefinitionAttribute.AssemblyName 属性

定义

获取或设置与特性关联的程序集的名称。

public:
 property System::String ^ AssemblyName { System::String ^ get(); void set(System::String ^ value); };
public string AssemblyName { get; set; }
member this.AssemblyName : string with get, set
Public Property AssemblyName As String

属性值

程序集名称。

注解

如果未在属性本身中设置程序集名称,则应根据属性应用于的程序集来确定信息。 可以使用反射 API 或可能通过访问 XAML 架构上下文来完成此操作。

适用于