This documentation is archived and is not being maintained.

PendingChangeEventArgs::Workspace Property

Gets the workspace that is associated with the pending change.

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
The workspace that is associated with the pending change.

Implements

IPendingChangeEventArgs::Workspace

Show: