Sdílet prostřednictvím


ITestElement.TestType – vlastnost

Typ testu získá pro tento prvek testu.

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

Syntaxe

'Deklarace
ReadOnly Property TestType As TestType
TestType TestType { get; }
property TestType^ TestType {
    TestType^ get ();
}
abstract TestType : TestType with get
function get TestType () : TestType

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.TestTools.Common.TestType
Typ testu pro tento prvek testu.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

ITestElement Rozhraní

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

TestType