IVsFrameworkMultiTargeting.GetSupportedFrameworks(Array) 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.
Enumerates the installed target framework monikers on a machine.
public:
int GetSupportedFrameworks([Runtime::InteropServices::Out] Array ^ % prgSupportedFrameworks);
public int GetSupportedFrameworks (out Array prgSupportedFrameworks);
abstract member GetSupportedFrameworks : Array -> int
Public Function GetSupportedFrameworks (ByRef prgSupportedFrameworks As Array) As Integer
Parameters
- prgSupportedFrameworks
- Array
[out, retval] The supported frameworks.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.