XamlMember.GetXamlNamespaces 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 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)
返回
字符串形式的 XAML 命名空间标识符的列表。
注解
默认实现返回XamlType.GetXamlNamespacesDeclaringType与此XamlMember关联的调用结果。