Method GetType
- Namespace
- Alternet.FormDesigner.Wpf.XamlDom
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
GetType(string, string)
Gets a type referenced in XAML.
public Type GetType(string xmlNamespace, string localName)
Parameters
xmlNamespacestringThe XML namespace to use to look up the type. This can be a registered namespace or a 'clr-namespace' value.
localNamestringThe local name of the type to find.
Returns
- Type
The requested type, or null if it could not be found.