ProvideToolboxItemDiscoveryAttribute::ItemPropertyIdsAndNames Property
Visual Studio 2015
Gets a collection of extra columns (as identifier-Display-Name pairs) to display in the dialog.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: property array<String^>^ ItemPropertyIdsAndNames { [CompilerGeneratedAttribute] array<String^>^ get(); [CompilerGeneratedAttribute] void set(array<String^>^ value); }
Property Value
Type: array<System::String^>^By default, the Choose Toolbox Items dialog displays the name, namespace, assembly, directory, language, and icon properties for each item. If you are satisfied with that set, you can leave this property unset. Otherwise, set it to a collection of string pairs that will be used to create additional columns in the list view. Each pair contains a non-localized identifier and a localized name. The non-localized identifiers will be passed to GetPropertyValue to retrieve each item's value for each column.
Show: