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.
Builds the qualified workspace name from the separate workspace and owner parts.
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
'Declaration
Public Shared Function Combine ( _
workspace As String, _
owner As String _
) As String
public static string Combine(
string workspace,
string owner
)
public:
static String^ Combine(
String^ workspace,
String^ owner
)
static member Combine :
workspace:string *
owner:string -> string
public static function Combine(
workspace : String,
owner : String
) : String
Parameters
workspace
Type: System.StringThe workspace name.
owner
Type: System.StringThe workspace owner.
Return Value
Type: System.String
The qualified workspace 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.