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.
Object representing a series of pending changes grouped into a set.
For instance each workspace contains a pending set.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.VersionControl.Server.PendingSet
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<CallOnDeserializationAttribute("AfterDeserialize")> _
Public Class PendingSet
[CallOnDeserializationAttribute("AfterDeserialize")]
public class PendingSet
[CallOnDeserializationAttribute(L"AfterDeserialize")]
public ref class PendingSet
[<CallOnDeserializationAttribute("AfterDeserialize")>]
type PendingSet = class end
public class PendingSet
The PendingSet type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
PendingSet |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
Computer | This is the computer the pending changes reside on |
![]() |
Name | This is the workspace or shelveset the pending changes belong to |
![]() |
OwnerDisplayName | This is the display name of the owner of the pending changes and the containing workspace |
![]() |
OwnerName | This is the owner of the pending changes and the containing workspace |
![]() |
Ownership | True if the authorized user is the owner of this pending set. |
![]() |
OwnershipValue | |
![]() |
OwnerUniqueName | This is the owner of the pending changes and the containing workspace |
![]() |
PendingChanges | This is the list of changes associated with this pending set. |
![]() |
PendingChangeSignature | For a local workspace, indicates the pending change signature for the pending set. |
![]() |
Type | Indicates whether this is a shelveset or a workspace. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
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)
.gif)