BuildDropProvider.Combine Method
Combines the provided path segments together.
Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
'Declaration
Public MustOverride Function Combine ( _
ParamArray paths As String() _
) As String
public abstract string Combine(
params string[] paths
)
public:
virtual String^ Combine(
... array<String^>^ paths
) abstract
abstract Combine :
paths:string[] -> string
public abstract function Combine(
... 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