ToolLocationHelper.GetPlatformExtensionSDKLocation Method (String, String, String)

Given an SDK moniker and the targeted platform get the path to the SDK root if it exists.

MSBuild is now included in Visual Studio instead of the .NET Framework.You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

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

Syntax

'Declaration
Public Shared Function GetPlatformExtensionSDKLocation ( _
    sdkMoniker As String, _
    targetPlatformIdentifier As String, _
    targetPlatformVersion As String _
) As String
public static string GetPlatformExtensionSDKLocation(
    string sdkMoniker,
    string targetPlatformIdentifier,
    string targetPlatformVersion
)
public:
static String^ GetPlatformExtensionSDKLocation(
    String^ sdkMoniker, 
    String^ targetPlatformIdentifier, 
    String^ targetPlatformVersion
)
static member GetPlatformExtensionSDKLocation : 
        sdkMoniker:string * 
        targetPlatformIdentifier:string * 
        targetPlatformVersion:string -> string
public static function GetPlatformExtensionSDKLocation(
    sdkMoniker : String, 
    targetPlatformIdentifier : String, 
    targetPlatformVersion : String
) : String

Parameters

  • targetPlatformIdentifier
    Type: System.String

    Identifier for the platform

  • targetPlatformVersion
    Type: System.String

    Version of the platform

Return Value

Type: System.String
A full path to the sdk root if the sdk exists in the targeted platform or an empty string if it does not exist.

.NET Framework Security

See Also

Reference

ToolLocationHelper Class

GetPlatformExtensionSDKLocation Overload

Microsoft.Build.Utilities Namespace