FileSpec.CompareUI, méthode (String, String, Int32, Int32)
Espace de noms : Microsoft.TeamFoundation.Common
Assembly : Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Déclaration
Public Shared Function CompareUI ( _
item1 As String, _
item2 As String, _
item1Length As Integer, _
item2Length As Integer _
) As Integer
public static int CompareUI(
string item1,
string item2,
int item1Length,
int item2Length
)
Paramètres
- item1
Type : System.String
- item2
Type : System.String
- item1Length
Type : System.Int32
- item2Length
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.