Table of Contents

Method GetXmlNamespacesFor

Namespace
Alternet.FormDesigner.Wpf.XamlDom
Assembly
Alternet.FormDesigner.Wpf.v10.dll

GetXmlNamespacesFor(Assembly, string, bool)

Gets the XML namespaces that can be used for the specified assembly/namespace combination.

public List<string> GetXmlNamespacesFor(Assembly assembly, string @namespace, bool getClrNamespace = false)

Parameters

assembly Assembly
namespace string
getClrNamespace bool

Returns

List<string>