共用方式為


ModelFactory.ResolveType 方法

取得指定之 TypeIdentifier 的解析型別。

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

語法

'宣告
Public Shared Function ResolveType ( _
    context As EditingContext, _
    typeIdentifier As TypeIdentifier _
) As Type
public static Type ResolveType(
    EditingContext context,
    TypeIdentifier typeIdentifier
)
public:
static Type^ ResolveType(
    EditingContext^ context, 
    TypeIdentifier typeIdentifier
)
static member ResolveType : 
        context:EditingContext * 
        typeIdentifier:TypeIdentifier -> Type 
public static function ResolveType(
    context : EditingContext, 
    typeIdentifier : TypeIdentifier
) : Type

參數

傳回值

型別:System.Type
一個類型,這個類型符合其中一項設計工具參考組件的 typeIdentifier。

例外狀況

例外狀況 條件
ArgumentNullException

context 或 typeIdentifier 是 nullNull 參照 (即 Visual Basic 中的 Nothing)。

.NET Framework 安全性

請參閱

參考

ModelFactory 類別

Microsoft.Windows.Design.Model 命名空間

其他資源

WPF 設計工具擴充性

編輯模型架構