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
參數
- context
型別:Microsoft.Windows.Design.EditingContext
設計工具的編輯內容。
- typeIdentifier
型別:Microsoft.Windows.Design.Metadata.TypeIdentifier
該型別與平台無關的識別項。
傳回值
型別:System.Type
一個類型,這個類型符合其中一項設計工具參考組件的 typeIdentifier。
例外狀況
例外狀況 | 條件 |
---|---|
ArgumentNullException | context 或 typeIdentifier 是 nullNull 參照 (即 Visual Basic 中的 Nothing)。 |
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.Windows.Design.Model 命名空間