LabelSpec.Combine Method

Builds the qualified label name from the label name and scope parts.

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)

Syntax

'Declaration
Public Shared Function Combine ( _
    labelName As String, _
    labelScope As String _
) As String
public static string Combine(
    string labelName,
    string labelScope
)
public:
static String^ Combine(
    String^ labelName, 
    String^ labelScope
)
static member Combine : 
        labelName:string * 
        labelScope:string -> string
public static function Combine(
    labelName : String, 
    labelScope : String
) : String

Parameters

Return Value

Type: System.String
The qualified label name.

.NET Framework Security

See Also

Reference

LabelSpec Class

Microsoft.TeamFoundation.VersionControl.Common Namespace