Partilhar via


Método ScriptCache.IsCustomMetadataCacheUnchanged

Retorna um valor que indica se o cache de metadados personalizados está inalterado.

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

Sintaxe

'Declaração
Protected Function IsCustomMetadataCacheUnchanged ( _
    canonicalName As String, _
    taskItemMetadata As IDictionary(Of String, String) _
) As Boolean
protected bool IsCustomMetadataCacheUnchanged(
    string canonicalName,
    IDictionary<string, string> taskItemMetadata
)
protected:
bool IsCustomMetadataCacheUnchanged(
    String^ canonicalName, 
    IDictionary<String^, String^>^ taskItemMetadata
)
member IsCustomMetadataCacheUnchanged : 
        canonicalName:string * 
        taskItemMetadata:IDictionary<string, string> -> bool 
protected function IsCustomMetadataCacheUnchanged(
    canonicalName : String, 
    taskItemMetadata : IDictionary<String, String>
) : boolean

Parâmetros

Valor de retorno

Tipo: System.Boolean
true Se os metadados fornecidos difere de metadados em cache; Caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

ScriptCache Classe

Namespace Microsoft.Data.Schema.SchemaModel