TestObjectId Class

Represents the reserved object IDs.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.TestManagement.Client.TestObjectId

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
Public NotInheritable Class TestObjectId
public static class TestObjectId
public ref class TestObjectId abstract sealed
[<AbstractClass>]
[<Sealed>]
type TestObjectId =  class end
public final class TestObjectId

The TestObjectId type exposes the following members.

Fields

  Name Description
Public fieldStatic member Deleted Represents the test object ID for those objects that have been deleted.
Public fieldStatic member None Represents the test object ID for new objects.

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.

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestObject<T>