ToolLocationHelper.GetPlatformSDKPropsFileLocation Method

Definition

Overloads

GetPlatformSDKPropsFileLocation(String, String, String, String, String)

Get the location of the target platform SDK props file for a given {SDKI, SDKV, TPI, TPMinV, TPV} combination.

GetPlatformSDKPropsFileLocation(String, String, String, String, String, String, String)

Get the location of the target platform SDK props file for a given {SDKI, SDKV, TPI, TPMinV, TPV} combination.

GetPlatformSDKPropsFileLocation(String, String, String, String, String)

Get the location of the target platform SDK props file for a given {SDKI, SDKV, TPI, TPMinV, TPV} combination.

public:
 static System::String ^ GetPlatformSDKPropsFileLocation(System::String ^ sdkIdentifier, System::String ^ sdkVersion, System::String ^ targetPlatformIdentifier, System::String ^ targetPlatformMinVersion, System::String ^ targetPlatformVersion);
public static string GetPlatformSDKPropsFileLocation (string sdkIdentifier, string sdkVersion, string targetPlatformIdentifier, string targetPlatformMinVersion, string targetPlatformVersion);
static member GetPlatformSDKPropsFileLocation : string * string * string * string * string -> string
Public Shared Function GetPlatformSDKPropsFileLocation (sdkIdentifier As String, sdkVersion As String, targetPlatformIdentifier As String, targetPlatformMinVersion As String, targetPlatformVersion As String) As String

Parameters

sdkIdentifier
String

The OneCore SDK identifier that defines OnceCore SDK root

sdkVersion
String

The verision of the OneCore SDK

targetPlatformIdentifier
String

Identifier for the targeted platform

targetPlatformMinVersion
String

The min version of the targeted platform

targetPlatformVersion
String

The version of the targeted platform

Returns

Location of the target platform SDK props file without .props filename

Applies to

GetPlatformSDKPropsFileLocation(String, String, String, String, String, String, String)

Get the location of the target platform SDK props file for a given {SDKI, SDKV, TPI, TPMinV, TPV} combination.

public:
 static System::String ^ GetPlatformSDKPropsFileLocation(System::String ^ sdkIdentifier, System::String ^ sdkVersion, System::String ^ targetPlatformIdentifier, System::String ^ targetPlatformMinVersion, System::String ^ targetPlatformVersion, System::String ^ diskRoots, System::String ^ registryRoot);
public static string GetPlatformSDKPropsFileLocation (string sdkIdentifier, string sdkVersion, string targetPlatformIdentifier, string targetPlatformMinVersion, string targetPlatformVersion, string diskRoots, string registryRoot);
static member GetPlatformSDKPropsFileLocation : string * string * string * string * string * string * string -> string
Public Shared Function GetPlatformSDKPropsFileLocation (sdkIdentifier As String, sdkVersion As String, targetPlatformIdentifier As String, targetPlatformMinVersion As String, targetPlatformVersion As String, diskRoots As String, registryRoot As String) As String

Parameters

sdkIdentifier
String

The OneCore SDK identifier that defines OnceCore SDK root

sdkVersion
String

The verision of the OneCore SDK

targetPlatformIdentifier
String

Identifier for the targeted platform

targetPlatformMinVersion
String

The min version of the targeted platform

targetPlatformVersion
String

The version of the targeted platform

diskRoots
String

List of disk roots to search for sdks within

registryRoot
String

Registry root to look for sdks within

Returns

Location of the target platform SDK props file without .props filename

Applies to