TestElement.TestType Property

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'宣言
<UserVisiblePropertyAttribute("{748C7CC5-7A39-42e6-A74A-D010BD143D01}")> _
<GroupingPropertyAttribute> _
<PropertyWindowAttribute> _
Public MustOverride ReadOnly Property TestType As TestType
'使用
Dim instance As TestElement
Dim value As TestType

value = instance.TestType
[UserVisiblePropertyAttribute("{748C7CC5-7A39-42e6-A74A-D010BD143D01}")]
[GroupingPropertyAttribute]
[PropertyWindowAttribute]
public abstract TestType TestType { get; }
[UserVisiblePropertyAttribute(L"{748C7CC5-7A39-42e6-A74A-D010BD143D01}")]
[GroupingPropertyAttribute]
[PropertyWindowAttribute]
public:
virtual property TestType^ TestType {
    TestType^ get () abstract;
}
public abstract function get TestType () : TestType

Property Value

Type: Microsoft.VisualStudio.TestTools.Common.TestType

Implements

ITestElement.TestType

Permissions

See Also

Reference

TestElement Class

TestElement Members

Microsoft.VisualStudio.TestTools.Common Namespace