WorkspaceSpec.Parse Method
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
'Declaration
Public Shared Sub Parse ( _
spec As String, _
defaultUser As String, _
<OutAttribute> ByRef workspaceName As String, _
<OutAttribute> ByRef workspaceOwner As String _
)
public static void Parse(
string spec,
string defaultUser,
out string workspaceName,
out string workspaceOwner
)
public:
static void Parse(
String^ spec,
String^ defaultUser,
[OutAttribute] String^% workspaceName,
[OutAttribute] String^% workspaceOwner
)
static member Parse :
spec:string *
defaultUser:string *
workspaceName:string byref *
workspaceOwner:string byref -> unit
public static function Parse(
spec : String,
defaultUser : String,
workspaceName : String,
workspaceOwner : String
)
Parameters
- spec
Type: System.String
- defaultUser
Type: System.String
- workspaceName
Type: System.String%
- workspaceOwner
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.