Sdílet prostřednictvím


TestElement.TestType – vlastnost

Při přepsání v odvozené třídě získá typ této zkoušky.

Obor názvů:  Microsoft.VisualStudio.TestTools.Common
Sestavení:  Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Deklarace
<UserVisiblePropertyAttribute("{748C7CC5-7A39-42e6-A74A-D010BD143D01}")> _
<GroupingPropertyAttribute> _
<PropertyWindowAttribute> _
Public MustOverride ReadOnly Property TestType As 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;
}
[<UserVisiblePropertyAttribute("{748C7CC5-7A39-42e6-A74A-D010BD143D01}")>]
[<GroupingPropertyAttribute>]
[<PropertyWindowAttribute>]
abstract TestType : TestType with get
abstract function get TestType () : TestType

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.TestTools.Common.TestType
Typ této zkoušky.

Implementuje

ITestElement.TestType

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

TestElement Třída

Microsoft.VisualStudio.TestTools.Common – obor názvů