IProjectFile.Save Method

Generates the project file and saves it to the specified version control path. Also generates an empty TfsBuild.rsp file in the same location.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

'Declaration
Sub Save ( _
    serverFolder As String _
)
void Save(
    string serverFolder
)
void Save(
    String^ serverFolder
)
abstract Save : 
        serverFolder:string -> unit
function Save(
    serverFolder : String
)

Parameters

  • serverFolder
    Type: System.String

    The version control folder path.

.NET Framework Security

See Also

Reference

IProjectFile Interface

Microsoft.TeamFoundation.Build.Client Namespace