XamlSchemaContext::FullyQualifyAssemblyNamesInClrNamespaces Property

.NET Framework (current version)
 

Gets 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.

Namespace:   System.Xaml
Assembly:  System.Xaml (in System.Xaml.dll)

public:
property bool FullyQualifyAssemblyNamesInClrNamespaces {
	bool get();
}

Property Value

Type: System::Boolean

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.

This property returns the XamlSchemaContextSettings::FullyQualifyAssemblyNamesInClrNamespaces value that is established in the settings for the XamlSchemaContext(XamlSchemaContextSettings^) constructor signature. If other signatures were used for construction or if XamlSchemaContextSettings::FullyQualifyAssemblyNamesInClrNamespaces is not specifically set to true, the value of this property is false.

The value of this property influences the strings that are returned by GetAllXamlNamespaces. If FullyQualifyAssemblyNamesInClrNamespaces is true, the assembly portion of the string reports the equivalent of Assembly::FullName.

.NET Framework
Available since 4.0
Return to top
Show: