IVsFrameworkMultiTargeting.GetSupportedFrameworks(Array) Method

Definition

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.

Applies to