Share via


IVersionControlService.IsItemInAsyncCheckout Method

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

Syntax

'Declaration
Function IsItemInAsyncCheckout ( _
    localPath As String, _
    <OutAttribute> ByRef isInAsyncCheckout As Boolean _
) As Integer
int IsItemInAsyncCheckout(
    string localPath,
    out bool isInAsyncCheckout
)
int IsItemInAsyncCheckout(
    [InAttribute] String^ localPath, 
    [OutAttribute] bool% isInAsyncCheckout
)
abstract IsItemInAsyncCheckout : 
        localPath:string * 
        isInAsyncCheckout:bool byref -> int
function IsItemInAsyncCheckout(
    localPath : String, 
    isInAsyncCheckout : boolean
) : int

Parameters

Return Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

IVersionControlService Interface

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace