Searches for an installation of .NET Core SDK of the given platform.
The variable gets set to the latest version of the SDK that is in the feature band specified by Version.
Extensibility point in the WiX XML Schema. Schema extensions can register additional
elements at this point in the schema.
Identifier for the search. If the Id is not specified, one will be generated.
Name of the variable in which to place the result of the search.
Condition for evaluating the search. If this evaluates to false, the search is not executed at all.
Id of the search that this one should come after.
The platform to search for.
A specific .NET Core SDK feature band. For example, "6.0.400".
For more information about feature bands, see https://learn.microsoft.com/en-us/dotnet/core/releases-and-support#feature-bands-sdk-only.
Extensibility point in the WiX XML Schema. Schema extensions can register additional
attributes at this point in the schema.