IVersionControlService.DisallowForAsyncCheckout-Methode
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
)
Parameter
- itemsToDisallow
Typ: array<System.String[]
- rgflags
Typ: array<System.Int32[]
- count
Typ: System.Int32
Rückgabewert
Typ: System.Int32
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.
Siehe auch
Referenz
IVersionControlService Schnittstelle
Microsoft.VisualStudio.TeamFoundation.VersionControl-Namespace