IBuildController.LoadCustomActivitiesAndExtensions 方法
請從下列網址下載 CustomAssemblyLocation 的所有組件加入至本機路徑,載入包含自訂活動和副檔名類型的組件,並傳回自訂活動和擴充功能類型的清單。
命名空間: Microsoft.TeamFoundation.Build.Client
組件: Microsoft.TeamFoundation.Build.Client (在 Microsoft.TeamFoundation.Build.Client.dll 中)
語法
'宣告
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
)
參數
- localPath
型別:System.String
自訂下載組件的本機路徑。
- recursionType
型別:Microsoft.TeamFoundation.VersionControl.Client.RecursionType
自訂組件下載的遞迴型別。
- environmentOptions
型別:Microsoft.TeamFoundation.Build.Client.HostEnvironmentOption
限制載入之活動的選項。
- activityTypes
型別:System.Collections.Generic.List<Type>%
在自訂組件中的自訂活動類型。
- extensionTypes
型別:System.Collections.Generic.List<Type>%
在自訂組件中的自訂擴充功能類型。
- failures
型別:System.Collections.Generic.List<IFailure>%
在這個作業期間發生的失敗的清單。
傳回值
型別:System.Collections.Generic.List<Assembly>
載入組件的清單。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。