ToolLocationHelper.GetTargetPlatformReferences Method
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.
Overloads
GetTargetPlatformReferences(String, String, String, String, String) |
Gathers the set of platform winmds for a particular {SDKI, SDKV, TPI, TPMinV, TPV} combination |
GetTargetPlatformReferences(String, String, String, String, String, String, String) |
Gathers the set of platform winmds for a particular {SDKI, SDKV, TPI, TPMinV, TPV} combination |
GetTargetPlatformReferences(String, String, String, String, String)
- Source:
- ToolLocationHelper.cs
Gathers the set of platform winmds for a particular {SDKI, SDKV, TPI, TPMinV, TPV} combination
public:
static cli::array <System::String ^> ^ GetTargetPlatformReferences(System::String ^ sdkIdentifier, System::String ^ sdkVersion, System::String ^ targetPlatformIdentifier, System::String ^ targetPlatformMinVersion, System::String ^ targetPlatformVersion);
public static string[] GetTargetPlatformReferences (string sdkIdentifier, string sdkVersion, string targetPlatformIdentifier, string targetPlatformMinVersion, string targetPlatformVersion);
static member GetTargetPlatformReferences : string * string * string * string * string -> string[]
Public Shared Function GetTargetPlatformReferences (sdkIdentifier As String, sdkVersion As String, targetPlatformIdentifier As String, targetPlatformMinVersion As String, targetPlatformVersion As String) As String()
Parameters
- sdkIdentifier
- String
- sdkVersion
- String
- targetPlatformIdentifier
- String
- targetPlatformMinVersion
- String
- targetPlatformVersion
- String
Returns
Applies to
GetTargetPlatformReferences(String, String, String, String, String, String, String)
- Source:
- ToolLocationHelper.cs
Gathers the set of platform winmds for a particular {SDKI, SDKV, TPI, TPMinV, TPV} combination
public:
static cli::array <System::String ^> ^ GetTargetPlatformReferences(System::String ^ sdkIdentifier, System::String ^ sdkVersion, System::String ^ targetPlatformIdentifier, System::String ^ targetPlatformMinVersion, System::String ^ targetPlatformVersion, System::String ^ diskRoots, System::String ^ registryRoot);
public static string[] GetTargetPlatformReferences (string sdkIdentifier, string sdkVersion, string targetPlatformIdentifier, string targetPlatformMinVersion, string targetPlatformVersion, string diskRoots, string registryRoot);
static member GetTargetPlatformReferences : string * string * string * string * string * string * string -> string[]
Public Shared Function GetTargetPlatformReferences (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
- sdkVersion
- String
- targetPlatformIdentifier
- String
- targetPlatformMinVersion
- String
- targetPlatformVersion
- String
- diskRoots
- String
- registryRoot
- String