IVsTargetFrameworkAssemblies::GetSupportedFrameworks Method (IEnumTargetFrameworks^)
Visual Studio 2015
Gets an enumeration of supported framework versions.
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Parameters
- pTargetFrameworks
-
Type:
Microsoft.VisualStudio.Shell.Interop::IEnumTargetFrameworks^
[out] A IEnumTargetFrameworks value specifying the supported framework version.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From compsvcspkg90.idl:
HRESULT GetSupportedFrameworks(
[out] IEnumTargetFrameworks **pTargetFrameworks)
;
Show: