IVersionControlService.RecalculateVSUniqueProjName Method
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Function RecalculateVSUniqueProjName ( _
solutionPath As String, _
auxPath As String, _
projUniqueName As String, _
<OutAttribute> ByRef recalculatedPath As String _
) As Integer
int RecalculateVSUniqueProjName(
string solutionPath,
string auxPath,
string projUniqueName,
out string recalculatedPath
)
int RecalculateVSUniqueProjName(
[InAttribute] String^ solutionPath,
[InAttribute] String^ auxPath,
[InAttribute] String^ projUniqueName,
[OutAttribute] String^% recalculatedPath
)
abstract RecalculateVSUniqueProjName :
solutionPath:string *
auxPath:string *
projUniqueName:string *
recalculatedPath:string byref -> int
function RecalculateVSUniqueProjName(
solutionPath : String,
auxPath : String,
projUniqueName : String,
recalculatedPath : String
) : int
Parameters
- solutionPath
Type: System.String
- auxPath
Type: System.String
- projUniqueName
Type: System.String
- recalculatedPath
Type: System.String%
Return Value
Type: System.Int32
Returns Int32.
.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.
See Also
Reference
IVersionControlService Interface
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace