PendingChangePropertyVersions Class

The valid versions for the SetPendingChangeProperty method

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.VersionControl.Common.PendingChangePropertyVersions

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)

Syntax

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

The PendingChangePropertyVersions type exposes the following members.

Fields

  Name Description
Public fieldStatic member NonVersioned When the pending change is checked in, it will be transitioned to a VersionedItem property not associated with a specific version
Public fieldStatic member SpecificVersion When the pending change is checked in, it will be transitioned to a VersionedItem Property associated with the version created in the changeset

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.VersionControl.Common Namespace