Not very sure whether this possible or not. But I am not able to declare any Public Property in Word Ribbon Project. There is no reference for 'Property' itself.
Objective: I need to use a collection (Dictionary<>) which I am creating in Word Ribbon project. On click of the button of the Ribbon, I want to use the collection (Dictionary<>) in the different project.
How can I achieve this? or is there any other way that I can pass a List from Word Ribbon project to other project?