Example #1
0
        private void SaveSelections(SelectionCollection selections)
        {
            string key = BuildItemKey(CurrentItem);

            CurrentItem.ContainingProject.Globals[key] = selections.ToString();
            CurrentItem.ContainingProject.Globals.set_VariablePersists(key, true);
        }