IToolboxItemInfo::ExtraInfo Property

 

Gets a collection of name-value pairs that will be passed to CreateToolboxItem if the user chooses to create the item.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

property IEnumerable<KeyValuePair<String^, String^>>^ ExtraInfo {
	IEnumerable<KeyValuePair<String^, String^>>^ get();
}

This property can be accessed on a background thread.

Return to top
Show: