ToolLocationHelper.GetPlatformSDKDisplayName Method (String, String, String, String)

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

Syntax

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

Parameters

Return Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

ToolLocationHelper Class

GetPlatformSDKDisplayName Overload

Microsoft.Build.Utilities Namespace