Share via


SessionStoreCache.GetSessionStore Method

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

'Declaration
Public Shared Function GetSessionStore ( _
    storeKey As String _
) As Store
public static Store GetSessionStore(
    string storeKey
)
public:
static Store^ GetSessionStore(
    String^ storeKey
)
static member GetSessionStore : 
        storeKey:string -> Store
public static function GetSessionStore(
    storeKey : String
) : Store

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.Store
The Store identified by the storeKey, or null if the key was not found.

.NET Framework Security

See Also

Reference

SessionStoreCache Class

Microsoft.VisualStudio.TextTemplating.Modeling Namespace