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
這個測試的類型。
實作
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。