SessionStoreCache.GetSessionStore Method (String)
Get the store identified by the given key, or null if the key is not found.
Namespace: Microsoft.VisualStudio.TextTemplating.Modeling
Assembly: Microsoft.VisualStudio.TextTemplating.Modeling.12.0 (in Microsoft.VisualStudio.TextTemplating.Modeling.12.0.dll)
Syntax
public static Store GetSessionStore(
string storeKey
)
public:
static Store^ GetSessionStore(
String^ storeKey
)
static member GetSessionStore :
storeKey:string -> Store
Public Shared Function GetSessionStore (
storeKey As String
) As Store
Parameters
storeKey
Type: System.StringA string identifying the Store.
Return Value
Type: Microsoft.VisualStudio.Modeling.Store
The Store identified by the storeKey, or null if the key was not found.
See Also
SessionStoreCache Class
Microsoft.VisualStudio.TextTemplating.Modeling Namespace
Return to top