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
- labelName
Type: System.String
- labelScope
Type: System.String
Return Value
Type: System.String
The qualified label name.
.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.