Share via


ToolLocationHelper.GetPlatformExtensionSDKLocationsAndVersions Method (String, Version)

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

Syntax

'Declaration
Public Shared Function GetPlatformExtensionSDKLocationsAndVersions ( _
    targetPlatformIdentifier As String, _
    targetPlatformVersion As Version _
) As IDictionary(Of String, Tuple(Of String, String))
public static IDictionary<string, Tuple<string, string>> GetPlatformExtensionSDKLocationsAndVersions(
    string targetPlatformIdentifier,
    Version targetPlatformVersion
)
public:
static IDictionary<String^, Tuple<String^, String^>^>^ GetPlatformExtensionSDKLocationsAndVersions(
    String^ targetPlatformIdentifier, 
    Version^ targetPlatformVersion
)
static member GetPlatformExtensionSDKLocationsAndVersions : 
        targetPlatformIdentifier:string * 
        targetPlatformVersion:Version -> IDictionary<string, Tuple<string, string>> 
public static function GetPlatformExtensionSDKLocationsAndVersions(
    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