Share via


SessionStoreCache.GetSessionStore(String) Method

Definition

Get a Store for the given key

public static Microsoft.VisualStudio.Modeling.Store GetSessionStore (string storeKey);
static member GetSessionStore : string -> Microsoft.VisualStudio.Modeling.Store
Public Shared Function GetSessionStore (storeKey As String) As Store

Parameters

storeKey
String

Key to retrieve Store for

Returns

Applies to