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
- canonicalName
Type : System.String
Identificateur de cache.
- taskItemMetadata
Type : System.Collections.Generic.IDictionary<String, String>
Dictionnaire de métadonnées à comparer.
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.