XamlSchemaContext.FullyQualifyAssemblyNamesInClrNamespaces 属性

定义

获取一个值,该值指定 XAML 架构及其上下文是否在查找 API 返回的值中使用完全限定的程序集名称。

public:
 property bool FullyQualifyAssemblyNamesInClrNamespaces { bool get(); };
public bool FullyQualifyAssemblyNamesInClrNamespaces { get; }
member this.FullyQualifyAssemblyNamesInClrNamespaces : bool
Public ReadOnly Property FullyQualifyAssemblyNamesInClrNamespaces As Boolean

属性值

Boolean

如果 XAML 架构及其上下文在查找 API 返回的值中使用完全限定的程序集名称,则为 true;否则为 false

注解

此属性返回 XamlSchemaContextSettings.FullyQualifyAssemblyNamesInClrNamespaces 在构造函数签名的设置 XamlSchemaContext(XamlSchemaContextSettings) 中建立的值。 如果其他签名用于构造,或者 XamlSchemaContextSettings.FullyQualifyAssemblyNamesInClrNamespaces 如果未专门设置为 true,则此属性的值为 false

此属性的值会影响返回的 GetAllXamlNamespaces字符串。 true如果是FullyQualifyAssemblyNamesInClrNamespaces,则字符串的程序集部分报告等效项Assembly.FullName

适用于