This documentation is archived and is not being maintained.

SavedCheckin::HasMatchingCheckinItem Method

Note: This API is now obsolete.

Checks whether the specified pending change is in this tried check-in.

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

[ObsoleteAttribute(L"This method has been deprecated, use IsExcluded instead.")]
public:
bool HasMatchingCheckinItem(
	PendingChange^ pc
)

Parameters

pc
Type: Microsoft.TeamFoundation.VersionControl.Client::PendingChange

The pending change to search for.

Return Value

Type: System::Boolean
True if an item in this tried check-in matches the pending change; otherwise, false.

Show: