This documentation is archived and is not being maintained.
IBuildServer::SaveBuildDefinitions Method
Visual Studio 2013
Saves any changes that were made to the build definitions to the server.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
array<IBuildDefinition^>^ SaveBuildDefinitions( array<IBuildDefinition^>^ definitions )
Parameters
- definitions
- Type: array<Microsoft.TeamFoundation.Build.Client::IBuildDefinition>
The definitions to save.
Return Value
Type: array<Microsoft.TeamFoundation.Build.Client::IBuildDefinition>The saved definitions.
- 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.
Show: