ExpansionProvider::Expansion Property
Visual Studio 2015
Returns the IVsExpansion object used for inserting snippets into a buffer.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Property Value
Type: Microsoft.VisualStudio.TextManager.Interop::IVsExpansion^Returns the IVsExpansion object that was obtained from the IVsTextLines object in the ExpansionProvider class constructor (ExpansionProvider).
The IVsExpansion object is used to insert a code snippet into the text buffer that the IVsExpansion object represents.
Show: