IVsExpansionSession::GoToPreviousExpansionField Method ()
Visual Studio 2015
Move the highlight to the previous field in order.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
From textmgr2.idl:
HRESULT IVsExpansionSession::GoToPreviousExpansionField();
This method is used in support of the special edit mode that is entered after a code snippet is inserted. Typically, this method is called in response to the user typing the Shift-Tab key combination.
Show: