XamlMember.GetXamlNamespaces 方法

定义

返回 XAML 命名空间的列表,此 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)

返回

IList<String>

字符串形式的 XAML 命名空间标识符的列表。

注解

默认实现返回XamlType.GetXamlNamespacesDeclaringType与此XamlMember关联的调用结果。

适用于