XamlMember.PreferredXamlNamespace Property
Definition
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 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.