共用方式為


ModelService.ResolveType 方法

將指定的 TypeIdentifier 解析為 Type

命名空間:  Microsoft.Windows.Design.Services
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
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

參數

傳回值

型別:System.Type
符合指定之識別項的型別,如果無法解析識別項則為 nullNull 參照 (即 Visual Basic 中的 Nothing)。

.NET Framework 安全性

請參閱

參考

ModelService 類別

Microsoft.Windows.Design.Services 命名空間

其他資源

編輯模型架構

WPF 設計工具擴充性