ToolLocationHelper.FilterPlatformExtensionSDKs 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.
Gets a dictionary containing a collection of extension SDKs and filter it based on the target platform version if max platform version isn't set in the extension sdk manifest, add the extension sdk to the filtered list
public:
static System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ FilterPlatformExtensionSDKs(Version ^ targetPlatformVersion, System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ extensionSdks);
public static System.Collections.Generic.IDictionary<string,string> FilterPlatformExtensionSDKs (Version targetPlatformVersion, System.Collections.Generic.IDictionary<string,string> extensionSdks);
static member FilterPlatformExtensionSDKs : Version * System.Collections.Generic.IDictionary<string, string> -> System.Collections.Generic.IDictionary<string, string>
Public Shared Function FilterPlatformExtensionSDKs (targetPlatformVersion As Version, extensionSdks As IDictionary(Of String, String)) As IDictionary(Of String, String)
Parameters
- targetPlatformVersion
- Version
- extensionSdks
- IDictionary<String,String>
Returns
A IDictionary collection of filtered extension SDKs