SPSolutionExporter.PathCombine - Méthode
Combine deux chemins d'accès, même si le chemin d'accès au deuxième commence par une barre oblique.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Shared Function PathCombine ( _
path1 As String, _
path2 As String _
) As String
'Utilisation
Dim path1 As String
Dim path2 As String
Dim returnValue As String
returnValue = SPSolutionExporter.PathCombine(path1, _
path2)
public static string PathCombine(
string path1,
string path2
)
Paramètres
path1
Type : System.StringLe chemin d'accès au premier.
path2
Type : System.StringLe deuxième chemin d'accès.
Valeur renvoyée
Type : System.String
Chaîne contenant les chemins d'accès combinés. Si path2 commence par une barre oblique, la barre oblique est tronquée avant que les chemins d'accès sont combinés.