ToolLocationHelper.GetPlatformOrFrameworkExtensionSdkReferences 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
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
public:
static cli::array <System::String ^> ^ GetPlatformOrFrameworkExtensionSdkReferences(System::String ^ extensionSdkMoniker, System::String ^ targetSdkIdentifier, System::String ^ targetSdkVersion, System::String ^ diskRoots, System::String ^ extensionDiskRoots, System::String ^ registryRoot);
public static string[] GetPlatformOrFrameworkExtensionSdkReferences (string extensionSdkMoniker, string targetSdkIdentifier, string targetSdkVersion, string diskRoots, string extensionDiskRoots, string registryRoot);
static member GetPlatformOrFrameworkExtensionSdkReferences : string * string * string * string * string * string -> string[]
Public Shared Function GetPlatformOrFrameworkExtensionSdkReferences (extensionSdkMoniker As String, targetSdkIdentifier As String, targetSdkVersion As String, diskRoots As String, extensionDiskRoots As String, registryRoot As String) As String()
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
Applies to
GetPlatformOrFrameworkExtensionSdkReferences(String, String, String, String, String, String, String, String)
- Source:
- ToolLocationHelper.cs
Gathers the specified extension SDK references for the given target SDK
public:
static cli::array <System::String ^> ^ GetPlatformOrFrameworkExtensionSdkReferences(System::String ^ extensionSdkMoniker, System::String ^ targetSdkIdentifier, System::String ^ targetSdkVersion, System::String ^ diskRoots, System::String ^ extensionDiskRoots, System::String ^ registryRoot, System::String ^ targetPlatformIdentifier, System::String ^ targetPlatformVersion);
public static string[] GetPlatformOrFrameworkExtensionSdkReferences (string extensionSdkMoniker, string targetSdkIdentifier, string targetSdkVersion, string diskRoots, string extensionDiskRoots, string registryRoot, string targetPlatformIdentifier, string targetPlatformVersion);
static member GetPlatformOrFrameworkExtensionSdkReferences : string * string * string * string * string * string * string * string -> string[]
Public Shared Function GetPlatformOrFrameworkExtensionSdkReferences (extensionSdkMoniker As String, targetSdkIdentifier As String, targetSdkVersion As String, diskRoots As String, extensionDiskRoots As String, registryRoot As String, targetPlatformIdentifier As String, targetPlatformVersion As String) As String()
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.