Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a TestType object that identifies the type of test.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property TestType As TestType
public abstract TestType TestType { get; }
public:
virtual property TestType^ TestType {
TestType^ get () abstract;
}
abstract TestType : TestType with get
abstract function get TestType () : TestType
Property Value
Type: Microsoft.VisualStudio.TestTools.Common.TestType
A TestType object that identifies the type of test.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.