BaseShadow.GetTargetType 方法

返回潜在卷影类的目标 Type

命名空间:  Microsoft.VisualStudio.TestTools.UnitTesting
程序集:  Microsoft.VisualStudio.QualityTools.UnitTestFramework(在 Microsoft.VisualStudio.QualityTools.UnitTestFramework.dll 中)

语法

声明
Protected Shared Function GetTargetType ( _
    type As Type _
) As Type
protected static Type GetTargetType(
    Type type
)
protected:
static Type^ GetTargetType(
    Type^ type
)
static member GetTargetType : 
        type:Type -> Type 
protected static function GetTargetType(
    type : Type
) : Type

参数

返回值

类型:System.Type
返回潜在卷影类的目标 Type。如果传递的类型不是卷影类型,则返回相同的类型。

备注

该类型不应为泛型声明。

在泛型实例化的情况下,该函数还处理类型参数。

.NET Framework 安全性

请参见

参考

BaseShadow 类

Microsoft.VisualStudio.TestTools.UnitTesting 命名空间