Completor::IsExpansionActive Property
Visual Studio 2015
Determines if a code snippet is being edited.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Property Value
Type: System::BooleanIf a code snippet is being edited, returns true; otherwise, returns false.
After a code snippet is inserted, it is placed in a special edit mode to allow easy selection and updates to any user-modifiable fields in the snippet.
Show: