This documentation is archived and is not being maintained.
SavedCheckin::HasMatchingCheckinItem Method
Visual Studio 2013
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::BooleanTrue if an item in this tried check-in matches the pending change; otherwise, false.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Show: