IToolboxItemInfo::ExtraInfo Property
Visual Studio 2015
Gets a collection of name-value pairs that will be passed to CreateToolboxItem if the user chooses to create the item.
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();
}
Property Value
Type: System.Collections.Generic::IEnumerable<KeyValuePair<String^, String^>>^This property can be accessed on a background thread.
Show: