GetInstalledSDKLocations.InstalledSDKs 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.
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