InstalledToolboxItemInfo::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.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: property IEnumerable<KeyValuePair<String^, String^>>^ CustomProperties { [CompilerGeneratedAttribute] virtual IEnumerable<KeyValuePair<String^, String^>>^ get() sealed; [CompilerGeneratedAttribute] private: virtual void set(IEnumerable<KeyValuePair<String^, String^>>^ value) sealed; }
Property Value
Type: System.Collections.Generic::IEnumerable<KeyValuePair<String^, String^>>^
Show: