Metodo ModelService.ResolveType

Risolve l'oggetto TypeIdentifier specificato in un oggetto Type.

Spazio dei nomi:  Microsoft.Windows.Design.Services
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: System.Type
Tipo che corrisponde all'identificatore specificato oppure nullriferimento null (Nothing in Visual Basic) se non è possibile risolvere l'identificatore.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelService Classe

Spazio dei nomi Microsoft.Windows.Design.Services

Altre risorse

Architettura di modifica dei modelli

Estensibilità di Progettazione WPF