IXamlTypeResolver.Resolve Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Resolves a named XAML type to the corresponding CLR Type.
Namespace: System.Windows.Markup
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Function Resolve ( _
qualifiedTypeName As String _
) As Type
Type Resolve(
string qualifiedTypeName
)
Parameters
- qualifiedTypeName
Type: System.String
The XAML type name to resolve. The type name is optionally qualified by the prefix for a XAML namespace. Otherwise the current default XAML namespace is assumed.
Return Value
Type: System.Type
TheType that qualifiedTypeName resolves to.
Version Information
Silverlight
Supported in: 5
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.