Partager via


SessionStoreCache.CacheSessionStore, méthode

Met en cache un magasin avec une chaîne clé donnée.

Espace de noms :  Microsoft.VisualStudio.TextTemplating.Modeling
Assembly :  Microsoft.VisualStudio.TextTemplating.Modeling.10.0 (dans Microsoft.VisualStudio.TextTemplating.Modeling.10.0.dll)

Syntaxe

'Déclaration
Public Shared Sub CacheSessionStore ( _
    storeKey As String, _
    store As Store _
)
public static void CacheSessionStore(
    string storeKey,
    Store store
)
public:
static void CacheSessionStore(
    String^ storeKey, 
    Store^ store
)
static member CacheSessionStore : 
        storeKey:string * 
        store:Store -> unit 
public static function CacheSessionStore(
    storeKey : String, 
    store : Store
)

Paramètres

  • storeKey
    Type : System.String
    Clé qui identifie ce magasin.Ne doit pas déjà être en cours d'utilisation.

Sécurité .NET Framework

Voir aussi

Référence

SessionStoreCache Classe

Microsoft.VisualStudio.TextTemplating.Modeling, espace de noms