Sdílet prostřednictvím


ModelService.ResolveType – metoda

Odstraňuje zadanou TypeIdentifier se Type.

Obor názvů:  Microsoft.Windows.Design.Services
Sestavení:  Microsoft.Windows.Design.Interaction (v Microsoft.Windows.Design.Interaction.dll)

Syntaxe

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

Parametry

Vrácená hodnota

Typ: System.Type
Typ, který odpovídá zadaný identifikátor nebo nullodkaz Null (Nothing v jazyce Visual Basic) nelze najít identifikátor.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelService Třída

Microsoft.Windows.Design.Services – obor názvů

Další zdroje

Editing Model Architecture

WPF Designer Extensibility