ToolLocationHelper.GetPlatformSDKDisplayName Method (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 _
) As String
public static string GetPlatformSDKDisplayName(
    string targetPlatformIdentifier,
    string targetPlatformVersion
)
public:
static String^ GetPlatformSDKDisplayName(
    String^ targetPlatformIdentifier, 
    String^ targetPlatformVersion
)
static member GetPlatformSDKDisplayName : 
        targetPlatformIdentifier:string * 
        targetPlatformVersion:string -> string
public static function GetPlatformSDKDisplayName(
    targetPlatformIdentifier : String, 
    targetPlatformVersion : String
) : String

Parameters

Return Value

Type: System.String
Returns String.

.NET Framework Security

See Also

Reference

ToolLocationHelper Class

GetPlatformSDKDisplayName Overload

Microsoft.Build.Utilities Namespace