FileScriptCache.BatchLoadOrUpdate Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Returns a list of tasks that represent the files that will be loaded or updated.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Sub BatchLoadOrUpdate ( _
taskItems As IList(Of ITaskItem) _
)
public void BatchLoadOrUpdate(
IList<ITaskItem> taskItems
)
public:
void BatchLoadOrUpdate(
IList<ITaskItem^>^ taskItems
)
member BatchLoadOrUpdate :
taskItems:IList<ITaskItem> -> unit
public function BatchLoadOrUpdate(
taskItems : IList<ITaskItem>
)
Parameters
- taskItems
Type: System.Collections.Generic.IList<ITaskItem>
A list of task items.
.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.