WorkspaceSpec.Combine Method
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
声明
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.String
- owner
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.