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.
Identifies a type of test.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.TestTools.Common.TestType
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class TestType _
Implements IXmlTestStore
[SerializableAttribute]
public sealed class TestType : IXmlTestStore
[SerializableAttribute]
public ref class TestType sealed : IXmlTestStore
[<Sealed>]
[<SerializableAttribute>]
type TestType =
class
interface IXmlTestStore
end
public final class TestType implements IXmlTestStore
The TestType type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
TestType | Initializes an instance of the TestType class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Id | Gets the GUID that uniquely identifies the type of test. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | Compares the provided TestType with the current instance for equality. (Overrides Object.Equals(Object).) |
![]() |
GetHashCode | Requires no description. (Overrides Object.GetHashCode.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
Load | Loads the object from the provided XML element by using the provided parameters. |
![]() |
Save | Saves the current object to the specified XML element by using the provided parameters. |
![]() |
ToString | Retrieves the name of the test type. (Overrides Object.ToString.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)