Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The current Session.
Namespace: Microsoft.VisualStudio.TextTemplating
Assembly: Microsoft.VisualStudio.TextTemplating.Interfaces.10.0 (in Microsoft.VisualStudio.TextTemplating.Interfaces.10.0.dll)
Syntax
'Declaration
Property Session As ITextTemplatingSession
ITextTemplatingSession Session { get; set; }
property ITextTemplatingSession^ Session {
ITextTemplatingSession^ get ();
void set (ITextTemplatingSession^ value);
}
abstract Session : ITextTemplatingSession with get, set
function get Session () : ITextTemplatingSession
function set Session (value : ITextTemplatingSession)
Property Value
Type: Microsoft.VisualStudio.TextTemplating.ITextTemplatingSession
.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.