SessionStoreCache.GetSessionStore(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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