BuildSourceProviders.GitProperties.ParseUniqueRepoName Method
Namespace: Microsoft.TeamFoundation.Build.Common
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
Public Shared Function ParseUniqueRepoName ( _
uniqueRepoName As String, _
<OutAttribute> ByRef teamProjectName As String, _
<OutAttribute> ByRef repoName As String _
) As Boolean
public static bool ParseUniqueRepoName(
string uniqueRepoName,
out string teamProjectName,
out string repoName
)
public:
static bool ParseUniqueRepoName(
String^ uniqueRepoName,
[OutAttribute] String^% teamProjectName,
[OutAttribute] String^% repoName
)
static member ParseUniqueRepoName :
uniqueRepoName:string *
teamProjectName:string byref *
repoName:string byref -> bool
public static function ParseUniqueRepoName(
uniqueRepoName : String,
teamProjectName : String,
repoName : String
) : boolean
Parameters
- uniqueRepoName
Type: System.String
- teamProjectName
Type: System.String%
- repoName
Type: System.String%
Return Value
Type: System.Boolean
Returns Boolean.
.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.