DatabaseTaskHost.IsTaskItemUnchanged Method
Returns a value that indicates whether the script and metadata that were last processed by the file manager represent the version of the file currently on disk.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Overridable Function IsTaskItemUnchanged ( _
externalNameParts As IList(Of String), _
taskItem As ITaskItem _
) As Boolean
public virtual bool IsTaskItemUnchanged(
IList<string> externalNameParts,
ITaskItem taskItem
)
public:
virtual bool IsTaskItemUnchanged(
IList<String^>^ externalNameParts,
ITaskItem^ taskItem
)
abstract IsTaskItemUnchanged :
externalNameParts:IList<string> *
taskItem:ITaskItem -> bool
override IsTaskItemUnchanged :
externalNameParts:IList<string> *
taskItem:ITaskItem -> bool
public function IsTaskItemUnchanged(
externalNameParts : IList<String>,
taskItem : ITaskItem
) : boolean
Parameters
- externalNameParts
Type: System.Collections.Generic.IList<String>
The external name parts.
- taskItem
Type: Microsoft.Build.Framework.ITaskItem
The task item.
Return Value
Type: System.Boolean
Returns true if the task item is unchanged.
.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.