Represents the version control repository.
Inheritance Hierarchy
System.Object
  Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
声明
Public NotInheritable Class VersionControlServer
public sealed class VersionControlServer
public ref class VersionControlServer sealed
[<Sealed>]
type VersionControlServer =  class end
public final class VersionControlServer
The VersionControlServer type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | ArtifactProvider | Gets the artifact provider for the server. | 
| .gif) | AuthenticatedUser | Obsolete. Gets the identity that the server used to authenticate the user. | 
| .gif) | AuthorizedUser | Gets the user who is authorized to use the specified server. | 
| .gif) | Canceled | Gets or sets a flag that describes whether the user has requested cancellation of the current operation. | 
| .gif) .gif) | ClientTracing | Gets or sets the tracing level for all instances of VersionControlServer. | 
| .gif) | CurrentCommand | Gets or sets the command that is executed on the client side. | 
| .gif) .gif) | MaxBackgroundThreads | Gets or sets the maximum number of background threads that will be used for file uploads and downloads. | 
| .gif) .gif) | MaxResults | Gets or sets the maximum number of Get operation results that the server may return from a single call. | 
| .gif) | ServerGuid | Gets the GUID of the Version Control Server repository. | 
| .gif) | SupportedFeatures | Gets the features supported by the Version Control Server. | 
| .gif) | TeamFoundationServer | Obsolete. Gets the TeamFoundationServer that owns this VersionControlServer instance. | 
| .gif) | TeamProjectCollection | Gets the TfsTeamProjectCollection that owns this VersionControlServer instance. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | AddProxy(String) | Adds a new proxy server record. | 
| .gif) | AddProxy(ProxyInfo) | Adds a new proxy server record. | 
| .gif) | AddProxy(String, String) | Adds a new proxy server record. | 
| .gif) | CheckInShelveset(ShelvesetCheckInParameters) | Submit an existing Shelveset for check in to the repository. | 
| .gif) | CheckInShelveset(String, String) | Submit an existing Shelveset for check in to the repository. | 
| .gif) | ConfigureProxy(String) | Configures the specified proxy URL. | 
| .gif) | ConfigureProxy(ProxyInfo) | Configures the specified proxy. | 
| .gif) | CreateBranch(String, String, VersionSpec) | Creates a branch on the server and checks it in without downloading the branch to the client. | 
| .gif) | CreateBranch(String, String, VersionSpec, String, String, CheckinNote, PolicyOverrideInfo, array<Mapping[]) | Creates a branch on the server and checks it in without downloading the branch to the client. | 
| .gif) | CreateBranchObject | Creates a BranchObject in Team Foundation Server. | 
| .gif) | CreateLabel | Create or update a label. | 
| .gif) | CreateTeamProjectFolder | Creates a team project root folder and configures it. | 
| .gif) | CreateWorkspace(String) | Creates a new Workspace. | 
| .gif) | CreateWorkspace(String, String) | Creates a new Workspace. | 
| .gif) | CreateWorkspace(String, String, String) | Creates a new Workspace. | 
| .gif) | CreateWorkspace(String, String, String, array<WorkingFolder[]) | Creates a new Workspace. | 
| .gif) | CreateWorkspace(String, String, String, array<WorkingFolder[], String) | Creates a new Workspace. | 
| .gif) | CreateWorkspace(String, String, String, array<WorkingFolder[], String, Boolean) | Creates a new Workspace. | 
| .gif) | CreateWorkspace(String, String, String, array<WorkingFolder[], String, WorkspacePermissionProfile, Boolean) | Creates a new Workspace. | 
| .gif) | DeleteBranchObject | Deletes a BranchObject and all associated properties from Team Foundation Server. | 
| .gif) | DeleteLabel | Deletes the label with the specified name and scope. | 
| .gif) | DeleteProxy | Deletes the proxy server record for the specified proxy URL. | 
| .gif) | DeleteShelveset(Shelveset) | Removes a Shelveset from the server. | 
| .gif) | DeleteShelveset(String, String) | Removes a Shelveset from the server. | 
| .gif) | DeleteWorkspace | Deletes the Shelveset that has the specified name and owner. | 
| .gif) | Destroy(ItemSpec, VersionSpec, VersionSpec, DestroyFlags) | Permanently deletes the subtree, starting at the specified item. | 
| .gif) | Destroy(ItemSpec, VersionSpec, VersionSpec, DestroyFlags, array<PendingSet[]%, array<PendingSet[]%) | Permanently deletes the subtree, starting at the specified item. | 
| .gif) | DownloadFile(String, String) | Downloads the latest version of a file from the server to a local file. | 
| .gif) | DownloadFile(String, Int32, VersionSpec, String) | Downloads the specified version of a file from the server to a local file. | 
| .gif) | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetAllCheckinNoteFieldNames | Gets an array of all the check-in note fields used in this database. | 
| .gif) | GetAllTeamProjects | Gets the TeamProject objects in the repository. | 
| .gif) | GetBestProxies | Gets a list of recommended proxy servers returned in preferential order for the given site. | 
| .gif) | GetBranchHistory | Gets the branch history of the requested items. | 
| .gif) | GetChangeset(Int32) | Gets the details of a Changeset (comment, changes, etc.). | 
| .gif) | GetChangeset(Int32, Boolean, Boolean) | Gets the details of a Changeset (comment, changes, etc.). | 
| .gif) | GetChangeset(Int32, Boolean, Boolean, Boolean) | Gets the details of a Changeset (comment, changes, etc.). | 
| .gif) | GetChangeset(Int32, Boolean, Boolean, array<String[]) | Gets the details of a Changeset (comment, changes, etc.). | 
| .gif) | GetChangesetProperty(Int32, String) | Gets the property value of a Changeset specified by Changeset ID and property name filter. | 
| .gif) | GetChangesetProperty(Int32, array<String[]) | Gets the property value of a Changeset specified by Changeset ID and an array of property name filters. | 
| .gif) | GetChangesForChangeset(Int32, Boolean, Int32, ItemSpec) | Gets the Change objects within a Changeset. Allows the caller to page changes back from the server. | 
| .gif) | GetChangesForChangeset(Int32, Boolean, Int32, ItemSpec, array<String[]) | Gets the changes within a Changeset. Allows the caller to page changes back from the server. | 
| .gif) | GetChangesForChangeset(Int32, Boolean, Int32, ItemSpec, array<String[], Boolean) | Gets the changes within a Changeset. Allows the caller to page changes back from the server. | 
| .gif) | GetCheckinNoteDefinitions | Gets the CheckinNoteFieldDefinition objects supported for CheckinNote data. | 
| .gif) | GetCheckinNoteDefinitionsForServerPaths | Gets the CheckinNoteFieldDefinition objects supported for CheckinNote data. | 
| .gif) | GetCheckinPoliciesForServerPaths | Gets the CheckinNoteFieldDefinition supported for CheckinNote data. | 
| .gif) | GetEffectiveGlobalPermissions | Gets the global permissions of a user. | 
| .gif) | GetEffectivePermissions | Gets the permissions of a user for a particular Item. | 
| .gif) | GetExtendedItems(String, DeletedState, ItemType) | Gets an array of ExtendedItem objects in the repository that match the specified criteria. | 
| .gif) | GetExtendedItems(array<ItemSpec[], DeletedState, ItemType) | Gets an array of ExtendedItem objects in the repository that match the specified criteria, for each ItemSpec. | 
| .gif) | GetExtendedItems(array<ItemSpec[], DeletedState, ItemType, GetItemsOptions) | Gets an array of ExtendedItem objects in the repository that match the specified criteria, for each ItemSpec. | 
| .gif) | GetFileTypes | Gets the array of FileType objects registered on the server. | 
| .gif) | GetGlobalPermissions | Gets the global permissions of the selected users in the repository. | 
| .gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
| .gif) | GetItem(String) | Gets the Item at the specified path. | 
| .gif) | GetItem(Int32, Int32) | Gets an Item from the repository, based on itemId and changesetNumber. | 
| .gif) | GetItem(String, VersionSpec) | Gets the Item at the specified path. | 
| .gif) | GetItem(Int32, Int32, GetItemsOptions) | Gets an Item from the repository, based on itemId, changesetNumber, and options. | 
| .gif) | GetItem(Int32, Int32, Boolean) | Gets an Item from the repository, based on itemId and changesetNumber. | 
| .gif) | GetItem(String, VersionSpec, DeletedState) | Gets the Item at the specified path. | 
| .gif) | GetItem(String, VersionSpec, Int32) | Gets the Item at the specified path. | 
| .gif) | GetItem(String, VersionSpec, DeletedState, GetItemsOptions) | Gets the Item at the specified path. | 
| .gif) | GetItem(String, VersionSpec, DeletedState, Boolean) | Gets the Item at the specified path. | 
| .gif) | GetItem(String, VersionSpec, Int32, GetItemsOptions) | Gets the Item at the specified path. | 
| .gif) | GetItem(String, VersionSpec, Int32, Boolean) | Gets the Item at the specified path. | 
| .gif) | GetItems(String) | Gets an array of Item objects from repository that match the specified path. | 
| .gif) | GetItems(array<Int32[], Int32) | Gets an array of Item objects from repository, based on itemIds and changesetNumber. | 
| .gif) | GetItems(String, RecursionType) | Gets an array of Item objects from repository that match the specified path. | 
| .gif) | GetItems(array<Int32[], Int32, GetItemsOptions) | Gets an array of Item objects from repository, based on itemIds and changesetNumber. | 
| .gif) | GetItems(array<Int32[], Int32, Boolean) | Gets an array of Item objects from repository, based on itemIds and changesetNumber. | 
| .gif) | GetItems(String, VersionSpec, RecursionType) | Gets an array of Item objects from repository that match the specified path. | 
| .gif) | GetItems(array<ItemSpec[], VersionSpec, DeletedState, ItemType) | Gets an array of Item objects in the repository that match the specified path and version. | 
| .gif) | GetItems(String, VersionSpec, RecursionType, DeletedState, ItemType) | Gets an array of Item objects from repository that match the specified path. | 
| .gif) | GetItems(ItemSpec, VersionSpec, DeletedState, ItemType, GetItemsOptions) | Gets an array of Item objects in the repository that match the specified path and version. | 
| .gif) | GetItems(ItemSpec, VersionSpec, DeletedState, ItemType, Boolean) | Gets an array of Item objects in the repository that match the specified path and version. | 
| .gif) | GetItems(array<ItemSpec[], VersionSpec, DeletedState, ItemType, GetItemsOptions) | Gets an array of Item objects in the repository that match the specified path and version. | 
| .gif) | GetItems(array<ItemSpec[], VersionSpec, DeletedState, ItemType, Boolean) | Gets an array of Item objects in the repository that match the specified path and version. | 
| .gif) | GetItems(String, VersionSpec, RecursionType, DeletedState, ItemType, Boolean) | Gets an array of Item objects from repository that match the specified path. | 
| .gif) | GetLatestChangesetId | Gets the Changeset ID for the latest Changeset in the repository. | 
| .gif) | GetMergeCandidates(ItemSpec, String) | Gets the candidates for merging between the requested items. | 
| .gif) | GetMergeCandidates(String, String, RecursionType) | Gets the candidates for merging between the requested items. | 
| .gif) | GetPendingChange(Int32) | Obsolete. Gets the PendingChange object from the repository, with the specified ID. | 
| .gif) | GetPendingChange(Int32, Boolean) | Obsolete. Gets the PendingChange object from the repository, with the specified ID. Also gets information to download files. | 
| .gif) | GetPendingChanges(array<Int32[]) | Obsolete. Gets the PendingChange objects from the repository with the specified IDs. | 
| .gif) | GetPendingChanges(array<Int32[], Boolean) | Obsolete. Gets the PendingChange objects from the repository with the specified IDs. Also gets information to download files. | 
| .gif) | GetPendingSets | Gets the PendingSet objects for the specified query. | 
| .gif) | GetPermissions(array<String[], RecursionType) | Gets the permissions of the specified Items. | 
| .gif) | GetPermissions(array<String[], array<String[], RecursionType) | Gets the permissions of the specified Items. | 
| .gif) | GetProxies() | Gets an array of all configured proxy servers. | 
| .gif) | GetProxies(array<String[]) | Gets an array of proxy server records based on the specified URLs. | 
| .gif) | GetProxy | Gets the record for a proxy server at the specified URL. | 
| .gif) | GetTeamProject | Gets the TeamProject in the repository with the specified name. | 
| .gif) | GetTeamProjectForServerPath | Gets the TeamProject for the specified server path. | 
| .gif) | GetTeamProjectsForServerPaths | Gets the TeamProject objects in the repository with the specified paths. | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | GetVersionedItemProperty(ItemSpec, VersionSpec, DeletedState, ItemType, String) | Gets a property value for the specified item. | 
| .gif) | GetVersionedItemProperty(array<ItemSpec[], VersionSpec, DeletedState, ItemType, array<String[]) | Gets a set of property values for the specified items. | 
| .gif) | GetWorkspace(String) | Gets the Workspace that is mapped to the specified local path. | 
| .gif) | GetWorkspace(WorkspaceInfo) | Gets the Workspace associated with the specified WorkspaceInfo object. | 
| .gif) | GetWorkspace(String, String) | Gets the Workspace associated with the specified name and owner. | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | QueryBranchObjectOwnership(array<Int32[]) | Gets the BranchObjectOwnership objects associated with the specified Changeset IDs. | 
| .gif) | QueryBranchObjectOwnership(array<Int32[], ItemSpec) | Gets the BranchObjectOwnership objects associated with the specified Changeset IDs, constrained by the specified path filter. | 
| .gif) | QueryBranchObjects | Queries a BranchObject. | 
| .gif) | QueryHistory(String, VersionSpec, Int32, RecursionType, String, VersionSpec, VersionSpec, Int32, Boolean, Boolean) | Gets a collection of Changeset objects matching the specified items and versions. | 
| .gif) | QueryHistory(String, VersionSpec, Int32, RecursionType, String, VersionSpec, VersionSpec, Int32, Boolean, Boolean, Boolean) | Gets a collection of Changeset objects matching the specified items and versions. | 
| .gif) | QueryHistory(String, VersionSpec, Int32, RecursionType, String, VersionSpec, VersionSpec, Int32, Boolean, Boolean, Boolean, Boolean) | Gets a collection of Changeset objects matching the specified items and versions. | 
| .gif) | QueryLabels(String, String, String, Boolean) | Queries for an array of VersionControlLabel objects applied to items in the repository. | 
| .gif) | QueryLabels(String, String, String, Boolean, String, VersionSpec) | Queries for an array of VersionControlLabel objects applied to items in the repository. | 
| .gif) | QueryLabels(String, String, String, Boolean, String, VersionSpec, Boolean) | Queries for an array of VersionControlLabel objects applied to items in the repository. | 
| .gif) | QueryMergeRelationships | Gets an array of all items that have a merge relationship to the specified item. | 
| .gif) | QueryMerges(ItemSpec, VersionSpec, ItemSpec, VersionSpec, VersionSpec, VersionSpec) | Gets the merge history of the specified target item with an optional source. | 
| .gif) | QueryMerges(String, VersionSpec, String, VersionSpec, VersionSpec, VersionSpec, RecursionType) | Gets the merge history of the requested item with an optional source. | 
| .gif) | QueryMerges(ItemSpec, VersionSpec, ItemSpec, VersionSpec, VersionSpec, VersionSpec, Boolean) | Gets the merge history of the requested item with an optional source. | 
| .gif) | QueryMerges(String, VersionSpec, String, VersionSpec, VersionSpec, VersionSpec, RecursionType, Boolean) | Gets the merge history of the requested item with an optional source. | 
| .gif) | QueryMergesExtended(ItemSpec, VersionSpec, VersionSpec, VersionSpec) | Gets the merge history for a specific item and version range. | 
| .gif) | QueryMergesExtended(ItemSpec, VersionSpec, VersionSpec, VersionSpec, QueryMergesExtendedOptions) | Gets the merge history for a specific item and version range. | 
| .gif) | QueryMergesWithDetails(String, VersionSpec, Int32, String, VersionSpec, Int32, VersionSpec, VersionSpec, RecursionType) | Gets the merge history with details of the specified target item with an optional source. | 
| .gif) | QueryMergesWithDetails(String, VersionSpec, Int32, String, VersionSpec, Int32, VersionSpec, VersionSpec, RecursionType, Boolean) | Gets the merge history with details of the specified target item with an optional source. | 
| .gif) | QueryPendingSets(array<ItemSpec[], String, String) | Gets the pending changes for the specified query. | 
| .gif) | QueryPendingSets(array<String[], RecursionType, String, String) | Gets the pending changes for the specified query. | 
| .gif) | QueryPendingSets(array<ItemSpec[], String, String, Boolean) | Gets the pending changes for the specified query. | 
| .gif) | QueryRootBranchObjects | Queries all BranchObject objects that have no parent. | 
| .gif) | QueryShelvedChanges(Shelveset) | Gets the shelved changes in the specified Shelveset. | 
| .gif) | QueryShelvedChanges(String, String) | Gets the shelved changes in the specified Shelveset. | 
| .gif) | QueryShelvedChanges(Shelveset, array<ItemSpec[]) | Gets the shelved changes in the specified Shelveset. | 
| .gif) | QueryShelvedChanges(String, String, array<ItemSpec[]) | Gets the shelved changes in the specified Shelveset. | 
| .gif) | QueryShelvedChanges(String, String, array<ItemSpec[], Boolean) | Gets the shelved changes in the specified Shelveset. | 
| .gif) | QueryShelvesets | Queries an array of Shelveset objects with the specified name and/or owner. | 
| .gif) | QueryWorkspaces(String, String, String) | Gets an array of Workspace objects that match the specified name, owner, computer, or any combination of these criteria. | 
| .gif) | QueryWorkspaces(String, String, String, WorkspacePermissions) | Gets an array of Workspace objects that match the specified name, owner, computer, or any combination of these criteria. Also allows filtering by permission. | 
| .gif) | RenameCheckinNoteFieldName | Rename all instances of the specified CheckinNote field to the new specified name for the given team project folder. | 
| .gif) | ServerItemExists(String, ItemType) | Checks to see if the item of the specified path and type exists in the repository. | 
| .gif) | ServerItemExists(String, VersionSpec, DeletedState, ItemType) | Checks to see if the item of the specified path, version, and type exists in the repository. | 
| .gif) | SetChangesetProperty(Int32, array<PropertyValue[]) | Sets a list of PropertyValue objects to a Changeset. | 
| .gif) | SetChangesetProperty(Int32, List<PropertyValue>) | Sets a list of PropertyValue objects to a Changeset. | 
| .gif) | SetChangesetProperty(Int32, String, array<Byte[]) | Sets a PropertyValue object to a Changeset. | 
| .gif) | SetChangesetProperty(Int32, String, Nullable<DateTime>) | Sets a PropertyValue object to a Changeset. | 
| .gif) | SetChangesetProperty(Int32, String, Nullable<Double>) | Sets a PropertyValue object to a Changeset. | 
| .gif) | SetChangesetProperty(Int32, String, Nullable<Int32>) | Sets a of PropertyValue object to a Changeset. | 
| .gif) | SetChangesetProperty(Int32, String, String) | Sets a of PropertyValue object to a Changeset. | 
| .gif) | SetFileTypes | Sets the file types registered on the server. | 
| .gif) | SetGlobalPermissions | Sets the permissions for items in the repository. | 
| .gif) | SetPermissions | Sets the permissions for items in the repository. | 
| .gif) | SetVersionedItemProperty(array<ItemSpec[], VersionSpec, DeletedState, ItemType, array<PropertyValue[]) | Sets a property on an array of versioned items. | 
| .gif) | SetVersionedItemProperty(ItemSpec, VersionSpec, DeletedState, ItemType, String, array<Byte[]) | Sets a property on a versioned item. | 
| .gif) | SetVersionedItemProperty(ItemSpec, VersionSpec, DeletedState, ItemType, String, Nullable<DateTime>) | Sets a property on a versioned item. | 
| .gif) | SetVersionedItemProperty(ItemSpec, VersionSpec, DeletedState, ItemType, String, Nullable<Double>) | Sets a property on a versioned item. | 
| .gif) | SetVersionedItemProperty(ItemSpec, VersionSpec, DeletedState, ItemType, String, Nullable<Int32>) | Sets a property on a versioned item. | 
| .gif) | SetVersionedItemProperty(ItemSpec, VersionSpec, DeletedState, ItemType, String, String) | Sets a property on a versioned items. | 
| .gif) | StripUnsupportedCheckinOptions | Remove unsupported check-in parameters from a CheckInParameters instance. | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
| .gif) | TrackMerges(array<Int32[], ItemIdentifier, array<ItemIdentifier[], ItemSpec) | Gets merges that occurred from a source item to a set of target items, for a list of source Changeset IDs. | 
| .gif) | TrackMerges(array<Int32[], ItemIdentifier, array<ItemIdentifier[], ItemSpec, array<String[]%) | Gets merges that occurred from a source item to a set of target items, for a list of source Changeset IDs. | 
| .gif) | TryGetTeamProject | Gets the team project in the repository with the specified name. | 
| .gif) | TryGetTeamProjectForServerPath | Gets the team project for the specified server path. | 
| .gif) | TryGetWorkspace | Gets the workspace that is mapped to the specified local path. Does not throw an exception. | 
| .gif) | UnlabelItem | Removes a label applied to an item. | 
| .gif) | UpdateBranchObject | Updates an existing BranchObject in Team Foundation Server. | 
| .gif) | UpdateUserName | Fixes the display name for the current user on this server. | 
Top
Events
| Name | Description | |
|---|---|---|
| .gif) | AfterWorkItemsUpdated | Raised after updating work items with a check-in. | 
| .gif) | BeforeCheckinPendingChange | Raised before checking in a PendingChange. | 
| .gif) | BeforeDeleteWorkspace | Raised before deleting an existing Workspace. | 
| .gif) | BeforeShelvePendingChange | Raised before shelving a PendingChange. | 
| .gif) | BeforeWorkItemsUpdate | Raised before updating work items with a check-in. | 
| .gif) | BranchObjectCreated | This event is fired when a BranchObject is created. | 
| .gif) | BranchObjectDeleted | This event is fired when a BranchObject is deleted. | 
| .gif) | BranchObjectUpdated | This event is fired when a BranchObject is updated. | 
| .gif) | ChangesetReconciled | Raised after a Workspace was reconciled to a Changeset. | 
| .gif) | CommitCheckin | Raised on the commit of a new check-in. | 
| .gif) | CommitShelveset | Raised on the creation of a new Shelveset. | 
| .gif) | CommittedBranchCreated | This event is fired when a committed branch is created. | 
| .gif) | Conflict | Raised when a Conflict is created. | 
| .gif) | CreatedWorkspace | Raised when a Workspace is created. | 
| .gif) | DeletedShelveset | Raised on the deletion of a Shelveset. | 
| .gif) | DeletedWorkspace | Raised when a Workspace is deleted. | 
| .gif) | Destroyed | This event is fired when a tree or an item is destroyed. | 
| .gif) | GetCompleted | Raised when a get operation completes on a Workspace. | 
| .gif) | Getting | Raised during a get operation. | 
| .gif) | Merging | Raised during a merge operation. | 
| .gif) | NewPendingChange | Raised on the creation of a new PendingChange. | 
| .gif) | NonFatalError | Raised on errors that do not prevent the operation from completing. | 
| .gif) | OperationFinished | This event is sent when an operation, such as pending a set of changes, is finished. | 
| .gif) | OperationStarting | This event is raised when an operation, such as pending a set of changes, begins. | 
| .gif) | PendingChangesChanged | Raised when a workspace's set of pending changes is modified. | 
| .gif) | ResolvedConflict | Raised when a Conflict is resolved. | 
| .gif) | UndonePendingChange | Raised when an existing PendingChange is undone. | 
| .gif) | UnshelveShelveset | Raised when unshelving a Shelveset. | 
| .gif) | UpdatedWorkspace | Raised when an existing Workspace is updated. | 
| .gif) | WorkItemUpdated | Raised when a work item has been updated with a check-in. | 
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.