GetInstalledSDKLocations.InstalledSDKs Property

Definition

Set of items that represent all of the installed SDKs found in the SDKDirectory and SDKRegistry roots. The itemspec is the SDK install location. There is a piece of metadata called SDKName which contains the name of the SDK.

public:
 property cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ InstalledSDKs { cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ get(); void set(cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ value); };
[Microsoft.Build.Framework.Output]
public Microsoft.Build.Framework.ITaskItem[] InstalledSDKs { get; set; }
[<Microsoft.Build.Framework.Output>]
member this.InstalledSDKs : Microsoft.Build.Framework.ITaskItem[] with get, set
Public Property InstalledSDKs As ITaskItem()

Property Value

The set of all installed SDKs found.

Attributes

Applies to