XamlSchemaContext.GetPreferredPrefix(String) Method

Definition

Gets a string that is reported as the preferred prefix for consumers to use when they map the specified XAML namespace.

C#
public virtual string GetPreferredPrefix(string xmlns);

Parameters

xmlns
String

The XAML namespace to get the preferred prefix for.

Returns

A string that consumers should use when they map the specified XAML namespace for markup use.

Exceptions

xmlns is null.

Remarks

The most immediate consumer of the information is typically a XAML writer. Other indirect consumers include design tools.

As part of the XAML binding for the common language runtime (CLR), you can specify this information by applying XmlnsPrefixAttribute at the assembly level.

Applies to

Product Versions
.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, 10