Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.10.0 (in Microsoft.VisualStudio.TextTemplating.Modeling.10.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
- storeKey
Type: System.String
A 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.