XamlSchemaContext.GetAllXamlNamespaces Method

Definition

Searches the assemblies that are held by this XamlSchemaContext and returns a set of namespaces.

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)

Returns

An enumerable set of namespace identifiers. These identifiers are provided as strings.

Remarks

This method only searches the reference assemblies if they are passed in through construction or property setting. If no assemblies are established as reference assemblies, the logic of this method examines all loaded assemblies where this XamlSchemaContext is active.

Applies to