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
- targetPlatformIdentifier
Type: System.String
- targetPlatformVersion
Type: System.String
- diskRoots
Type: System.String
- registryRoot
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.