VssStringComparer.Compare, méthode (String, Int32, String, Int32, Int32)
Espace de noms : Microsoft.VisualStudio.Services.Common
Assembly : Microsoft.VisualStudio.Services.Common (dans Microsoft.VisualStudio.Services.Common.dll)
Syntaxe
'Déclaration
Public Function Compare ( _
x As String, _
indexX As Integer, _
y As String, _
indexY As Integer, _
length As Integer _
) As Integer
public int Compare(
string x,
int indexX,
string y,
int indexY,
int length
)
Paramètres
- x
Type : System.String
- indexX
Type : System.Int32
- y
Type : System.String
- indexY
Type : System.Int32
- length
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.