ToolLocationHelper.GetPlatformOrFrameworkExtensionSdkReferences Method

Definition

Overloads

GetPlatformOrFrameworkExtensionSdkReferences(String, String, String, String, String, String)

Gathers the specified extension SDK references for the given target SDK

GetPlatformOrFrameworkExtensionSdkReferences(String, String, String, String, String, String, String, String)

Gathers the specified extension SDK references for the given target SDK

GetPlatformOrFrameworkExtensionSdkReferences(String, String, String, String, String, String)

Source:
ToolLocationHelper.cs

Gathers the specified extension SDK references for the given target SDK

C#
public static string[] GetPlatformOrFrameworkExtensionSdkReferences(string extensionSdkMoniker, string targetSdkIdentifier, string targetSdkVersion, string diskRoots, string extensionDiskRoots, string registryRoot);

Parameters

extensionSdkMoniker
String

The moniker is the Name/Version string. Example: "Windows Desktop, Version=10.0.0.1"

targetSdkIdentifier
String

The target SDK name.

targetSdkVersion
String

The target SDK version.

diskRoots
String

The disk roots used to gather installed SDKs.

extensionDiskRoots
String

The disk roots used to gather installed extension SDKs.

registryRoot
String

The registry root used to gather installed extension SDKs.

Returns

String[]

Applies to

MSBuild 17 i druge verzije
Proizvod Verzije
MSBuild 15, 16, 17
MSBuild (.NET Core) 15, 16, 17

GetPlatformOrFrameworkExtensionSdkReferences(String, String, String, String, String, String, String, String)

Source:
ToolLocationHelper.cs

Gathers the specified extension SDK references for the given target SDK

C#
public static string[] GetPlatformOrFrameworkExtensionSdkReferences(string extensionSdkMoniker, string targetSdkIdentifier, string targetSdkVersion, string diskRoots, string extensionDiskRoots, string registryRoot, string targetPlatformIdentifier, string targetPlatformVersion);

Parameters

extensionSdkMoniker
String

The moniker is the Name/Version string. Example: "Windows Desktop, Version=10.0.0.1"

targetSdkIdentifier
String

The target SDK name.

targetSdkVersion
String

The target SDK version.

diskRoots
String

The disk roots used to gather installed SDKs.

extensionDiskRoots
String

The disk roots used to gather installed extension SDKs.

registryRoot
String

The registry root used to gather installed extension SDKs.

targetPlatformIdentifier
String

The target platform name.

targetPlatformVersion
String

The target platform version.

Returns

String[]

Applies to

MSBuild 17 i druge verzije
Proizvod Verzije
MSBuild 15, 16, 17
MSBuild (.NET Core) 15, 16, 17