XamlMember.PreferredXamlNamespace Property

Definition

Gets the single XAML namespace URI that identifies the primary XAML namespace for this XamlMember.

public:
 property System::String ^ PreferredXamlNamespace { System::String ^ get(); };
public string PreferredXamlNamespace { get; }
member this.PreferredXamlNamespace : string
Public ReadOnly Property PreferredXamlNamespace As String

Property Value

The identifier for the primary XAML namespace for this XamlMember, as a string.

Remarks

The PreferredXamlNamespace property provides the same value as calling GetXamlNamespaces and then getting the first value string from the returned list. The preferred XAML namespace should be used when writing the member back to text or other representations that preserve XAML namespace information.

Applies to