This documentation is archived and is not being maintained.

MergeEventArgs::Workspace Property

Gets the workspace associated with this merge.

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

public:
virtual property Workspace^ Workspace {
	Workspace^ get () sealed;
}

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client::Workspace
Gets the workspace associated with this merge.

Implements

IPendingChangeEventArgs::Workspace

Show: