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
- itemsToDisallow
Type: array<System.String[]
- rgflags
Type: array<System.Int32[]
- count
Type: System.Int32
Return Value
Type: System.Int32
.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.
See Also
Reference
IVersionControlService Interface
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace