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.
Namespace: Microsoft.VisualStudio.TextTemplating.VSHost
Assembly: Microsoft.VisualStudio.TextTemplating.Modeling.11.0 (in Microsoft.VisualStudio.TextTemplating.Modeling.11.0.dll)
Syntax
'Declaration
Public Property Session As ITextTemplatingSession
public ITextTemplatingSession Session { get; set; }
public:
property ITextTemplatingSession^ Session {
ITextTemplatingSession^ get ();
void set (ITextTemplatingSession^ value);
}
member 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.