FileSpec.GetCommonPathPrefix, méthode
Espace de noms : Microsoft.TeamFoundation.Common
Assembly : Microsoft.TeamFoundation.Common (dans Microsoft.TeamFoundation.Common.dll)
Syntaxe
'Déclaration
Public Shared Function GetCommonPathPrefix ( _
path1 As String, _
path2 As String _
) As String
public static string GetCommonPathPrefix(
string path1,
string path2
)
Paramètres
- path1
Type : System.String
- path2
Type : System.String
Valeur de retour
Type : System.String
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.