共用方式為


TestElement.TestType 屬性

在衍生類別中覆寫時,取得這個測試的類型。

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

語法

'宣告
<UserVisiblePropertyAttribute("{748C7CC5-7A39-42e6-A74A-D010BD143D01}")> _
<PropertyWindowAttribute> _
<GroupingPropertyAttribute> _
Public MustOverride ReadOnly Property TestType As TestType
[UserVisiblePropertyAttribute("{748C7CC5-7A39-42e6-A74A-D010BD143D01}")]
[PropertyWindowAttribute]
[GroupingPropertyAttribute]
public abstract TestType TestType { get; }
[UserVisiblePropertyAttribute(L"{748C7CC5-7A39-42e6-A74A-D010BD143D01}")]
[PropertyWindowAttribute]
[GroupingPropertyAttribute]
public:
virtual property TestType^ TestType {
    TestType^ get () abstract;
}
[<UserVisiblePropertyAttribute("{748C7CC5-7A39-42e6-A74A-D010BD143D01}")>]
[<PropertyWindowAttribute>]
[<GroupingPropertyAttribute>]
abstract TestType : TestType with get
abstract function get TestType () : TestType

屬性值

型別:Microsoft.VisualStudio.TestTools.Common.TestType
這個測試的類型。

實作

ITestElement.TestType

.NET Framework 安全性

請參閱

參考

TestElement 類別

Microsoft.VisualStudio.TestTools.Common 命名空間