Share via


FileScriptCache.IsTaskItemUnchanged Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Function IsTaskItemUnchanged ( _
    externalNameParts As IList(Of String), _
    taskItem As ITaskItem _
) As Boolean
public bool IsTaskItemUnchanged(
    IList<string> externalNameParts,
    ITaskItem taskItem
)
public:
bool IsTaskItemUnchanged(
    IList<String^>^ externalNameParts, 
    ITaskItem^ taskItem
)
member IsTaskItemUnchanged : 
        externalNameParts:IList<string> * 
        taskItem:ITaskItem -> bool 
public function IsTaskItemUnchanged(
    externalNameParts : IList<String>, 
    taskItem : ITaskItem
) : boolean

Parameters

Return Value

Type: System.Boolean
true if the task item has changed; otherwise, false.

.NET Framework Security

See Also

Reference

FileScriptCache Class

Microsoft.Data.Schema.SchemaModel Namespace