Share via


ProvideToolboxItemDiscoveryAttribute.PlatformsToEnumerate Property

Definition

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.

Applies to