XamlDirective.GetXamlNamespaces Method

Definition

Returns a list of XAML namespaces where this XAML member can exist.

public:
 override System::Collections::Generic::IList<System::String ^> ^ GetXamlNamespaces();
public override System.Collections.Generic.IList<string> GetXamlNamespaces ();
override this.GetXamlNamespaces : unit -> System.Collections.Generic.IList<string>
Public Overrides Function GetXamlNamespaces () As IList(Of String)

Returns

A list of XAML namespace identifiers, as strings.

Remarks

The XAML namespace identifiers are strings that typically appear in the Uniform Resource Identifier (URI) string form according to the usual conventions for XAML and XML namespaces. If the list contains more than one item, the first item in the set is usually the relevant primary XAML namespace for processing purposes, and the other items are alternates. XamlMember.PreferredXamlNamespace relies on this ordering.

Applies to