ToolLocationHelper.GetPlatformSDKDisplayName Method      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
- Source:
- ToolLocationHelper.cs
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 -> stringPublic Shared Function GetPlatformSDKDisplayName (targetPlatformIdentifier As String, targetPlatformVersion As String, diskRoots As String, registryRoot As String) As StringParameters
- targetPlatformIdentifier
- String
- targetPlatformVersion
- String
- diskRoots
- String
- registryRoot
- String
Returns
Applies to
GetPlatformSDKDisplayName(String, String)
- Source:
- ToolLocationHelper.cs
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 -> stringPublic Shared Function GetPlatformSDKDisplayName (targetPlatformIdentifier As String, targetPlatformVersion As String) As StringParameters
- targetPlatformIdentifier
- String
- targetPlatformVersion
- String