ModelService.ResolveType Method

Resolves the specified TypeIdentifier to a Type.

Namespace:  Microsoft.Windows.Design.Services
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Protected MustOverride Function ResolveType ( _
    typeIdentifier As TypeIdentifier _
) As Type
protected abstract Type ResolveType(
    TypeIdentifier typeIdentifier
)
protected:
virtual Type^ ResolveType(
    TypeIdentifier typeIdentifier
) abstract
abstract ResolveType : 
        typeIdentifier:TypeIdentifier -> Type 
protected abstract function ResolveType(
    typeIdentifier : TypeIdentifier
) : Type

Parameters

Return Value

Type: System.Type
The type that matches the specified identifier, or nulla null reference (Nothing in Visual Basic) if the identifier cannot be resolved.

.NET Framework Security

See Also

Reference

ModelService Class

Microsoft.Windows.Design.Services Namespace

Other Resources

Editing Model Architecture

WPF Designer Extensibility