XamlSchemaContext.GetAllXamlNamespaces 方法

定义

搜索由此 XamlSchemaContext 持有的程序集,并返回一组命名空间。

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

返回

IEnumerable<String>

命名空间标识符的可枚举集合。 这些标识符以字符串形式提供。

注解

此方法仅在通过构造或属性设置传入时搜索引用程序集。 如果未将程序集作为引用程序集建立,此方法的逻辑将检查所有已加载的程序集,其中此 XamlSchemaContext 程序集处于活动状态。

适用于