Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
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.
.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.