XamlSchemaContext.FullyQualifyAssemblyNamesInClrNamespaces Property
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 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(); };
public bool FullyQualifyAssemblyNamesInClrNamespaces { get; }
member this.FullyQualifyAssemblyNamesInClrNamespaces : bool
Public ReadOnly Property FullyQualifyAssemblyNamesInClrNamespaces As 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.
Produkt | Versjoner |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |
.NET-tilbakemelding
.NET er et åpen kilde-prosjekt. Velg en kobling for å gi tilbakemelding: