XamlMember.GetXamlNamespaces Method

Definition

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

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

Returns

A list of XAML namespace identifiers as strings.

Remarks

The default implementation returns the XamlType.GetXamlNamespaces call result from the DeclaringType that is associated with this XamlMember.

Applies to