Share via


ToolLocationHelper.GetPlatformExtensionSDKLocationsAndVersions Method (array<String , String, String, Version)

Namespace:  Microsoft.Build.Utilities
Assembly:  Microsoft.Build.Utilities.Core (in Microsoft.Build.Utilities.Core.dll)

Syntax

'Declaration
Public Shared Function GetPlatformExtensionSDKLocationsAndVersions ( _
    diskRoots As String(), _
    registryRoot As String, _
    targetPlatformIdentifier As String, _
    targetPlatformVersion As Version _
) As IDictionary(Of String, Tuple(Of String, String))
public static IDictionary<string, Tuple<string, string>> GetPlatformExtensionSDKLocationsAndVersions(
    string[] diskRoots,
    string registryRoot,
    string targetPlatformIdentifier,
    Version targetPlatformVersion
)
public:
static IDictionary<String^, Tuple<String^, String^>^>^ GetPlatformExtensionSDKLocationsAndVersions(
    array<String^>^ diskRoots, 
    String^ registryRoot, 
    String^ targetPlatformIdentifier, 
    Version^ targetPlatformVersion
)
static member GetPlatformExtensionSDKLocationsAndVersions : 
        diskRoots:string[] * 
        registryRoot:string * 
        targetPlatformIdentifier:string * 
        targetPlatformVersion:Version -> IDictionary<string, Tuple<string, string>> 
public static function GetPlatformExtensionSDKLocationsAndVersions(
    diskRoots : String[], 
    registryRoot : String, 
    targetPlatformIdentifier : String, 
    targetPlatformVersion : Version
) : IDictionary<String, Tuple<String, String>>

Parameters

Return Value

Type: IDictionary<String, Tuple<String, String>>

.NET Framework Security

See Also

Reference

ToolLocationHelper Class

GetPlatformExtensionSDKLocationsAndVersions Overload

Microsoft.Build.Utilities Namespace