ProvideToolboxItemDiscoveryAttribute.PlatformsToEnumerate Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A collection of platform IDs indicating the platroms that should be enumerated to populate the list in this item type's "Choose Toolbox Items" page.
public:
property cli::array <System::String ^> ^ PlatformsToEnumerate { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public:
property Platform::Array <Platform::String ^> ^ PlatformsToEnumerate { Platform::Array <Platform::String ^> ^ get(); void set(Platform::Array <Platform::String ^> ^ value); };
public string[] PlatformsToEnumerate { get; set; }
member this.PlatformsToEnumerate : string[] with get, set
Public Property PlatformsToEnumerate As String()
Property Value
String[]
Default is null
Remarks
The default value is null.