Sdílet prostřednictvím


ModelingTextTransformation.OnSessionChanged – metoda

Obor názvů:  Microsoft.VisualStudio.TextTemplating.VSHost
Sestavení:  Microsoft.VisualStudio.TextTemplating.Modeling.10.0 (v Microsoft.VisualStudio.TextTemplating.Modeling.10.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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ModelingTextTransformation Třída

Microsoft.VisualStudio.TextTemplating.VSHost – obor názvů