XamlSchemaContextSettings.FullyQualifyAssemblyNamesInClrNamespaces Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that specifies whether a XAML schema and its context use fully qualified assembly names in the values that are returned by the lookup API.
public:
property bool FullyQualifyAssemblyNamesInClrNamespaces { bool get(); void set(bool value); };
public bool FullyQualifyAssemblyNamesInClrNamespaces { get; set; }
member this.FullyQualifyAssemblyNamesInClrNamespaces : bool with get, set
Public Property FullyQualifyAssemblyNamesInClrNamespaces As Boolean
Property Value
true
if a XAML schema and its context use fully qualified assembly names in the values that are returned by the lookup APIs; otherwise, false
.
Remarks
The value of this property influences the strings that are returned by GetAllXamlNamespaces in the constructed schema context. If FullyQualifyAssemblyNamesInClrNamespaces is true
, the assembly part of the string reports the equivalent of Assembly.FullName.