ToolLocationHelper.GetPlatformSDKDisplayName Method

Definition

Overloads

GetPlatformSDKDisplayName(String, String, String, String)

Given a target platform identifier and version, get the display name for that platform SDK.

GetPlatformSDKDisplayName(String, String)

Given a target platform identifier and version, get the display name for that platform SDK.

GetPlatformSDKDisplayName(String, String, String, String)

Given a target platform identifier and version, get the display name for that platform SDK.

public:
 static System::String ^ GetPlatformSDKDisplayName(System::String ^ targetPlatformIdentifier, System::String ^ targetPlatformVersion, System::String ^ diskRoots, System::String ^ registryRoot);
public static string GetPlatformSDKDisplayName (string targetPlatformIdentifier, string targetPlatformVersion, string diskRoots, string registryRoot);
static member GetPlatformSDKDisplayName : string * string * string * string -> string
Public Shared Function GetPlatformSDKDisplayName (targetPlatformIdentifier As String, targetPlatformVersion As String, diskRoots As String, registryRoot As String) As String

Parameters

targetPlatformIdentifier
String
targetPlatformVersion
String
diskRoots
String
registryRoot
String

Returns

Applies to

GetPlatformSDKDisplayName(String, String)

Given a target platform identifier and version, get the display name for that platform SDK.

public:
 static System::String ^ GetPlatformSDKDisplayName(System::String ^ targetPlatformIdentifier, System::String ^ targetPlatformVersion);
public static string GetPlatformSDKDisplayName (string targetPlatformIdentifier, string targetPlatformVersion);
static member GetPlatformSDKDisplayName : string * string -> string
Public Shared Function GetPlatformSDKDisplayName (targetPlatformIdentifier As String, targetPlatformVersion As String) As String

Parameters

targetPlatformIdentifier
String
targetPlatformVersion
String

Returns

Applies to