Partager via


ScriptCache.IsCustomMetadataCacheUnchanged, méthode

Retourne une valeur qui indique si le cache des métadonnées personnalisé est inchangé.

Espace de noms :  Microsoft.Data.Schema.SchemaModel
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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

Paramètres

Valeur de retour

Type : System.Boolean
true si les métadonnées fournies diffèrent de celles mises en cache ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

ScriptCache Classe

Microsoft.Data.Schema.SchemaModel, espace de noms