IVersionControlService.DisallowForAsyncCheckout Method

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

Syntax

'Declaration
Function DisallowForAsyncCheckout ( _
    itemsToDisallow As String(), _
    rgflags As Integer(), _
    count As Integer _
) As Integer
int DisallowForAsyncCheckout(
    string[] itemsToDisallow,
    int[] rgflags,
    int count
)
int DisallowForAsyncCheckout(
    [InAttribute] array<String^>^ itemsToDisallow, 
    [InAttribute] array<int>^ rgflags, 
    int count
)
abstract DisallowForAsyncCheckout : 
        itemsToDisallow:string[] * 
        rgflags:int[] * 
        count:int -> int
function DisallowForAsyncCheckout(
    itemsToDisallow : String[], 
    rgflags : int[], 
    count : int
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVersionControlService Interface

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace