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 命名空间