共用方式為


FailedToInstantiateTypeException.Type 屬性

取得未執行個體化的型別。

命名空間:  Microsoft.VisualStudio.TestTools.Exceptions
組件:  Microsoft.VisualStudio.QualityTools.Common (在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

語法

'宣告
Public ReadOnly Property Type As String
public string Type { get; }
public:
property String^ Type {
    String^ get ();
}
member Type : string with get
function get Type () : String

屬性值

型別:System.String
未具現化的型別。

.NET Framework 安全性

請參閱

參考

FailedToInstantiateTypeException 類別

Microsoft.VisualStudio.TestTools.Exceptions 命名空間