BuildDropProvider.CombinePaths Method
Combines the specified path segments using rules according to the drop provider which is retrieved by examining the first argument.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public Shared Function CombinePaths ( _
ParamArray paths As String() _
) As String
public static string CombinePaths(
params string[] paths
)
public:
static String^ CombinePaths(
... array<String^>^ paths
)
static member CombinePaths :
paths:string[] -> string
public static function CombinePaths(
... paths : String[]
) : String
Parameters
paths
Type: array<System.String[]The segments which should be combined
Return Value
Type: System.String
The combined path segments as a single path
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace