SessionStoreCache.CacheSessionStore Method (String, Store)
Cache a Store with a given key string.
Namespace: Microsoft.VisualStudio.TextTemplating.Modeling
Assembly: Microsoft.VisualStudio.TextTemplating.Modeling.12.0 (in Microsoft.VisualStudio.TextTemplating.Modeling.12.0.dll)
Syntax
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 Shared Sub CacheSessionStore (
storeKey As String,
store As Store
)
Parameters
storeKey
Type: System.StringThe key identifying this Store. It must not be already in use.
store
Type: Microsoft.VisualStudio.Modeling.StoreA Store.
See Also
SessionStoreCache Class
Microsoft.VisualStudio.TextTemplating.Modeling Namespace
Return to top