Completor::IsExpansionActive Property

 

Determines if a code snippet is being edited.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
property bool IsExpansionActive {
	bool get();
}

Property Value

Type: System::Boolean

If 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.

Return to top
Show: