Compartir a través de


ModelService.ResolveType (Método)

Resuelve el identificador TypeIdentifier especificado como un objeto Type.

Espacio de nombres:  Microsoft.Windows.Design.Services
Ensamblado:  Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)

Sintaxis

'Declaración
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

Parámetros

Valor devuelto

Tipo: System.Type
Tipo que coincide con el identificador especificado, o nullreferencia null (Nothing en Visual Basic) si no se puede resolver el identificador.

Seguridad de .NET Framework

Vea también

Referencia

ModelService Clase

Microsoft.Windows.Design.Services (Espacio de nombres)

Otros recursos

Arquitectura de modelo de edición

Extensibilidad de WPF Designer