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
- targetPlatformIdentifier
Type: System.String
- targetPlatformVersion
Type: System.String
Return Value
Type: System.String
Returns 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.