Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
'Declaración
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
- 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.