FailedToInstantiateTypeException.Type 属性

获取并未实例化的类型。

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

语法

声明
Public ReadOnly Property Type As String
    Get
public string Type { get; }
public:
property String^ Type {
    String^ get ();
}
member Type : string
function get Type () : String

属性值

类型:System.String
未实例化的类型。

.NET Framework 安全性

请参见

参考

FailedToInstantiateTypeException 类

Microsoft.VisualStudio.TestTools.Exceptions 命名空间