Freigeben über


IBuildController.LoadCustomActivities-Methode

Lädt alle Assemblys aus CustomAssemblyLocation zum lokalen Pfad herunter, werden die Assemblys, die benutzerdefinierte Aktivitätstypen enthalten, sowie eine Liste benutzerdefinierter Aktivitätstypen zurück.

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

Syntax

'Declaration
Function LoadCustomActivities ( _
    localPath As String, _
    recursionType As RecursionType, _
    environmentOptions As HostEnvironmentOption, _
    <OutAttribute> ByRef activityTypes As List(Of Type), _
    <OutAttribute> ByRef failures As List(Of IFailure) _
) As List(Of Assembly)
List<Assembly> LoadCustomActivities(
    string localPath,
    RecursionType recursionType,
    HostEnvironmentOption environmentOptions,
    out List<Type> activityTypes,
    out List<IFailure> failures
)

Parameter

  • localPath
    Typ: System.String
    Der lokale Pfad, in dem benutzerdefinierte Assembly heruntergeladen werden.

Rückgabewert

Typ: System.Collections.Generic.List<Assembly>
Eine Liste von Assemblys, die geladen wurden.

.NET Framework-Sicherheit

Siehe auch

Referenz

IBuildController Schnittstelle

Microsoft.TeamFoundation.Build.Client-Namespace