XamlSchemaContextSettings.FullyQualifyAssemblyNamesInClrNamespaces Property

Definition

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.

Applies to

See also