Uredi

Deli z drugimi prek


ICorDebugGuidToTypeEnum::Next Method

Gets the specified number of CorDebugGuidToTypeMapping instances that map GUIDs to type information.

Syntax

HRESULT Next(  
    [in] ULONG celt,  
    [out, size_is(celt), length_is(*pceltFetched] CorDebugGuidToTypeMapping values[  ],  
    [out] ULONG *pceltFetched  
);  

Parameters

celt
[in] The number of GUID-to-type mapping objects to be retrieved.

values
[out] An array of pointers, each of which points to a CorDebugGuidToTypeMapping object that maps a Windows Runtime GUID to its corresponding ICorDebugType object.

pceltFetched
[out] A pointer to the number of CorDebugGuidToTypeMapping objects actually returned in values.

Remarks

Requirements

Platforms: Windows Runtime

Header: CorDebug.idl, CorDebug.h

Library: CorGuids.lib

.NET Framework Versions: Available since 4.5

See also