ConfigurationPath.Combine Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| Combine(IEnumerable<String>) |
Kombiniert Pfadsegmente in einem Pfad. |
| Combine(String[]) |
Kombiniert Pfadsegmente in einem Pfad. |
Combine(IEnumerable<String>)
- Quelle:
- ConfigurationPath.cs
- Quelle:
- ConfigurationPath.cs
- Quelle:
- ConfigurationPath.cs
- Quelle:
- ConfigurationPath.cs
- Quelle:
- ConfigurationPath.cs
Kombiniert Pfadsegmente in einem Pfad.
public:
static System::String ^ Combine(System::Collections::Generic::IEnumerable<System::String ^> ^ pathSegments);
public static string Combine(System.Collections.Generic.IEnumerable<string> pathSegments);
static member Combine : seq<string> -> string
Public Shared Function Combine (pathSegments As IEnumerable(Of String)) As String
Parameter
- pathSegments
- IEnumerable<String>
Die zu kombinierenden Pfadsegmente.
Gibt zurück
Der kombinierte Pfad.
Gilt für:
Combine(String[])
- Quelle:
- ConfigurationPath.cs
- Quelle:
- ConfigurationPath.cs
- Quelle:
- ConfigurationPath.cs
- Quelle:
- ConfigurationPath.cs
- Quelle:
- ConfigurationPath.cs
Kombiniert Pfadsegmente in einem Pfad.
public:
static System::String ^ Combine(... cli::array <System::String ^> ^ pathSegments);
public static string Combine(params string[] pathSegments);
static member Combine : string[] -> string
Public Shared Function Combine (ParamArray pathSegments As String()) As String
Parameter
- pathSegments
- String[]
Die zu kombinierenden Pfadsegmente.
Gibt zurück
Der kombinierte Pfad.