Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
.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.