TargetPlatformSDK(String, Version, String) Constructor

Definition

Constructor

public:
 TargetPlatformSDK(System::String ^ targetPlatformIdentifier, Version ^ targetPlatformVersion, System::String ^ path);
public TargetPlatformSDK (string targetPlatformIdentifier, Version targetPlatformVersion, string path);
new Microsoft.Build.Utilities.TargetPlatformSDK : string * Version * string -> Microsoft.Build.Utilities.TargetPlatformSDK
Public Sub New (targetPlatformIdentifier As String, targetPlatformVersion As Version, path As String)

Parameters

targetPlatformIdentifier
String

The identifier of the target platform.

targetPlatformVersion
Version

The version of the target platform.

path
String

The path to the target platform SDK.

Applies to