This documentation is archived and is not being maintained.

PendingSet::PendingChanges Property

Gets the PendingChange that is contained by this pending set.

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

public:
property array<PendingChange^>^ PendingChanges {
	array<PendingChange^>^ get ();
}

Property Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client::PendingChange>
The PendingChange that is contained by this pending set.

Show: