This documentation is archived and is not being maintained.
IBuildController::LoadCustomActivities Method
Visual Studio 2013
Downloads all assemblies from the CustomAssemblyLocation to the local path, loads the assemblies that contain custom activity types, and returns a list of the custom activity types.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
List<Assembly^>^ LoadCustomActivities( String^ localPath, RecursionType recursionType, HostEnvironmentOption environmentOptions, [OutAttribute] List<Type^>^% activityTypes, [OutAttribute] List<IFailure^>^% failures )
Parameters
- localPath
- Type: System::String
The local path where custom assemblies are downloaded.
- recursionType
- Type: Microsoft.TeamFoundation.VersionControl.Client::RecursionType
The recursion type for the custom assembly download.
- environmentOptions
- Type: Microsoft.TeamFoundation.Build.Client::HostEnvironmentOption
Options to constrain the loaded activities.
- activityTypes
- Type: System.Collections.Generic::List<Type>%
The custom activity types that are found in the custom assemblies.
- failures
- Type: System.Collections.Generic::List<IFailure>%
The list of failures that occurred during this operation.
- 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: