Freigeben über


IBuildController.LoadCustomActivitiesAndExtensions-Methode

Lädt alle Assemblys aus CustomAssemblyLocation zum lokalen Pfad herunter, werden die Assemblys, die benutzerdefinierte Aktivität und Erweiterungstypen enthalten, und gibt eine Liste der benutzerdefinierten Aktivität und der Erweiterungstypen zurück.

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

Syntax

'Declaration
Function LoadCustomActivitiesAndExtensions ( _
    localPath As String, _
    recursionType As RecursionType, _
    environmentOptions As HostEnvironmentOption, _
    <OutAttribute> ByRef activityTypes As List(Of Type), _
    <OutAttribute> ByRef extensionTypes As List(Of Type), _
    <OutAttribute> ByRef failures As List(Of IFailure) _
) As List(Of Assembly)
List<Assembly> LoadCustomActivitiesAndExtensions(
    string localPath,
    RecursionType recursionType,
    HostEnvironmentOption environmentOptions,
    out List<Type> activityTypes,
    out List<Type> extensionTypes,
    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