IInstalledToolboxItemInfo::CustomProperties Property
Visual Studio 2015
Gets the strings to display in the dialog’s “custom” columns, or null if no custom properties are needed.
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
property IEnumerable<KeyValuePair<String^, String^>>^ CustomProperties {
IEnumerable<KeyValuePair<String^, String^>>^ get();
}
Property Value
Type: System.Collections.Generic::IEnumerable<KeyValuePair<String^, String^>>^
Show: