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
- typeIdentifier
Type: Microsoft.Windows.Design.Metadata.TypeIdentifier
The identifier to resolve.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.Services Namespace