TargetPlatformSDK(String, Version, String) Constructor
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.
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.