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)

Syntax

'Declaration
<ObsoleteAttribute("This method has been deprecated, use IsExcluded instead.")> _
Public Function HasMatchingCheckinItem ( _
    pc As PendingChange _
) As Boolean
[ObsoleteAttribute("This method has been deprecated, use IsExcluded instead.")]
public bool HasMatchingCheckinItem(
    PendingChange pc
)
[ObsoleteAttribute(L"This method has been deprecated, use IsExcluded instead.")]
public:
bool HasMatchingCheckinItem(
    PendingChange^ pc
)
[<ObsoleteAttribute("This method has been deprecated, use IsExcluded instead.")>]
member HasMatchingCheckinItem : 
        pc:PendingChange -> bool
public function HasMatchingCheckinItem(
    pc : PendingChange
) : boolean

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

SavedCheckin Class

Microsoft.TeamFoundation.VersionControl.Client Namespace