XamlMember.GetXamlNamespaces Método

Definição

Devolve uma lista de namespaces XAML onde este membro XAML pode existir.

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)

Devoluções

Uma lista de identificadores de espaço de nomes XAML como strings.

Observações

A implementação padrão devolve o XamlType.GetXamlNamespaces resultado da chamada de DeclaringType o que está associado a este XamlMember.

Aplica-se a