Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.Stringworkspace name
owner
Type: System.Stringworkspace 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.