IVersionControlService.DisallowForAsyncCheckout, méthode
Espace de noms : Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly : Microsoft.VisualStudio.TeamFoundation.VersionControl (dans Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntaxe
'Déclaration
Function DisallowForAsyncCheckout ( _
itemsToDisallow As String(), _
rgflags As Integer(), _
count As Integer _
) As Integer
int DisallowForAsyncCheckout(
string[] itemsToDisallow,
int[] rgflags,
int count
)
Paramètres
- itemsToDisallow
Type : array<System.String[]
- rgflags
Type : array<System.Int32[]
- count
Type : System.Int32
Valeur de retour
Type : System.Int32
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
IVersionControlService Interface
Microsoft.VisualStudio.TeamFoundation.VersionControl, espace de noms