IEnumTargetFrameworks.Count(UInt32) Method

Definition

Gets the number of supported framework versions.

public:
 int Count([Runtime::InteropServices::Out] System::UInt32 % pCount);
int Count([Runtime::InteropServices::Out] unsigned int & pCount);
public int Count (out uint pCount);
abstract member Count : uint32 -> int
Public Function Count (ByRef pCount As UInteger) As Integer

Parameters

pCount
UInt32

The number of supported versions of the framework.

Returns

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

Remarks

From compsvcspkg90.idl:

HRESULT Count([out] ULONG *pCount);  

Applies to