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
參數
- typeIdentifier
型別:Microsoft.Windows.Design.Metadata.TypeIdentifier
要解析的識別項。
傳回值
型別:System.Type
符合指定之識別項的型別,如果無法解析識別項則為 nullNull 參照 (即 Visual Basic 中的 Nothing)。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
Microsoft.Windows.Design.Services 命名空間