IBuildDefinition.CopyFrom Method
Updates the current build definition instance using the property values in the provided build definition.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Sub CopyFrom ( _
buildDefinition As IBuildDefinition _
)
void CopyFrom(
IBuildDefinition buildDefinition
)
void CopyFrom(
IBuildDefinition^ buildDefinition
)
abstract CopyFrom :
buildDefinition:IBuildDefinition -> unit
function CopyFrom(
buildDefinition : IBuildDefinition
)
Parameters
buildDefinition
Type: Microsoft.TeamFoundation.Build.Client.IBuildDefinitionThe build definition from which properties should be copied
.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.