XamlMember.GetXamlNamespaces Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce un elenco di spazi dei nomi XAML in cui può essere presente questo membro XAML.
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)
Restituisce
Elenco di identificatori degli spazi dei nomi XAML in formato stringa.
Commenti
L'implementazione predefinita restituisce il risultato della XamlType.GetXamlNamespaces chiamata dall'oggetto DeclaringType associato a questo XamlMemberoggetto .