Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Builds the fully qualified workspace name with owner disambiguation 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, _
ownerDisplay As String, _
ownerUnique As String _
) As String
public static string Combine(
string workspace,
string ownerDisplay,
string ownerUnique
)
public:
static String^ Combine(
String^ workspace,
String^ ownerDisplay,
String^ ownerUnique
)
static member Combine :
workspace:string *
ownerDisplay:string *
ownerUnique:string -> string
public static function Combine(
workspace : String,
ownerDisplay : String,
ownerUnique : String
) : String
Parameters
workspace
Type: System.StringThe workspace name.
ownerDisplay
Type: System.StringThe workspace owner display name.
ownerUnique
Type: System.StringThe workspace owner unique name.
Return Value
Type: System.String
The fully 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.