IVsTargetFrameworkAssemblies::GetSupportedFrameworks Method (IEnumTargetFrameworks^)

 

Gets an enumeration of supported framework versions.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)

int GetSupportedFrameworks(
	[OutAttribute] IEnumTargetFrameworks^% pTargetFrameworks
)

Parameters

pTargetFrameworks
Type: Microsoft.VisualStudio.Shell.Interop::IEnumTargetFrameworks^

[out] A IEnumTargetFrameworks value specifying the supported framework version.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From compsvcspkg90.idl:

HRESULT GetSupportedFrameworks(
    [out] IEnumTargetFrameworks **pTargetFrameworks)
;
Return to top
Show: