Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
pc
Type: Microsoft.TeamFoundation.VersionControl.Client.PendingChangeThe 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.
.NET Framework Security
- 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.