Share via


PendingChangesExt.Workspace Property

Get the workspace currently being viewed in the Pending Changes explorer page.

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

Syntax

'Declaration
Public ReadOnly Property Workspace As Workspace
public Workspace Workspace { get; }
public:
virtual property Workspace^ Workspace {
    Workspace^ get () sealed;
}
abstract Workspace : Workspace with get 
override Workspace : Workspace with get
final function get Workspace () : Workspace

Property Value

Type: Microsoft.TeamFoundation.VersionControl.Client.Workspace
workspace or null

Implements

IPendingChangesExt.Workspace

.NET Framework Security

See Also

Reference

PendingChangesExt Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace