XamlSchemaContext.FullyQualifyAssemblyNamesInClrNamespaces 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个值,该值指定 XAML 架构及其上下文是否在查找 API 返回的值中使用完全限定的程序集名称。
public:
property bool FullyQualifyAssemblyNamesInClrNamespaces { bool get(); };
public bool FullyQualifyAssemblyNamesInClrNamespaces { get; }
member this.FullyQualifyAssemblyNamesInClrNamespaces : bool
Public ReadOnly Property FullyQualifyAssemblyNamesInClrNamespaces As Boolean
属性值
如果 XAML 架构及其上下文在查找 API 返回的值中使用完全限定的程序集名称,则为 true
;否则为 false
。
注解
此属性返回 XamlSchemaContextSettings.FullyQualifyAssemblyNamesInClrNamespaces 在构造函数签名的设置 XamlSchemaContext(XamlSchemaContextSettings) 中建立的值。 如果其他签名用于构造,或者 XamlSchemaContextSettings.FullyQualifyAssemblyNamesInClrNamespaces 如果未专门设置为 true
,则此属性的值为 false
。
此属性的值会影响返回的 GetAllXamlNamespaces字符串。 true
如果是FullyQualifyAssemblyNamesInClrNamespaces,则字符串的程序集部分报告等效项Assembly.FullName。