ModelingTextTransformation.OnSessionChanged – metoda
Obor názvů: Microsoft.VisualStudio.TextTemplating.VSHost
Sestavení: Microsoft.VisualStudio.TextTemplating.Modeling.12.0 (v Microsoft.VisualStudio.TextTemplating.Modeling.12.0.dll)
Syntaxe
'Deklarace
Protected Overridable Sub OnSessionChanged ( _
oldSession As ITextTemplatingSession, _
newSession As ITextTemplatingSession _
)
protected virtual void OnSessionChanged(
ITextTemplatingSession oldSession,
ITextTemplatingSession newSession
)
protected:
virtual void OnSessionChanged(
ITextTemplatingSession^ oldSession,
ITextTemplatingSession^ newSession
)
abstract OnSessionChanged :
oldSession:ITextTemplatingSession *
newSession:ITextTemplatingSession -> unit
override OnSessionChanged :
oldSession:ITextTemplatingSession *
newSession:ITextTemplatingSession -> unit
protected function OnSessionChanged(
oldSession : ITextTemplatingSession,
newSession : ITextTemplatingSession
)
Parametry
- oldSession
Typ: ITextTemplatingSession
- newSession
Typ: ITextTemplatingSession
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.