Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Allows database schema provider implementations to remove files from their model builder in unique ways.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Overridable Sub OnProcessFileListPriorToRemove ( _
allFiles As IList(Of ITaskItem) _
)
protected virtual void OnProcessFileListPriorToRemove(
IList<ITaskItem> allFiles
)
protected:
virtual void OnProcessFileListPriorToRemove(
IList<ITaskItem^>^ allFiles
)
abstract OnProcessFileListPriorToRemove :
allFiles:IList<ITaskItem> -> unit
override OnProcessFileListPriorToRemove :
allFiles:IList<ITaskItem> -> unit
protected function OnProcessFileListPriorToRemove(
allFiles : IList<ITaskItem>
)
Parameters
- allFiles
Type: System.Collections.Generic.IList<ITaskItem>
The file list.
.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.