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
- targetPlatformIdentifier
Type: System.String
- targetPlatformVersion
Type: System.Version
Return Value
Type: IDictionary<String, Tuple<String, String>>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.