ProvideToolboxItemDiscoveryAttribute::PlatformsToEnumerate Property
Visual Studio 2015
Gets or sets a collection of platform identifiers indicating the platforms that should be enumerated to populate the list in this item type's Choose Toolbox Items page.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: property array<String^>^ PlatformsToEnumerate { array<String^>^ get(); void set(array<String^>^ value); }
Property Value
Type: array<System::String^>^The default value is null.
Show: