TargetPlatformSDK(String, Version, String) 생성자
정의
생성자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)
매개 변수
- targetPlatformIdentifier
- String
대상 플랫폼의 식별자입니다.The identifier of the target platform.
- targetPlatformVersion
- Version
대상 플랫폼의 버전입니다.The version of the target platform.
- path
- String
플랫폼 SDK 대상의 경로입니다.The path to the target platform SDK.