IWDTFTargets2::get__NewEnum method (wdtf.h)

Gets a new iteration variable that the For Each loop structure implicitly uses.

This property is read-only.

Syntax

HRESULT get__NewEnum(
  IUnknown **ppNewEnum
);

Parameters

ppNewEnum

Remarks

You cannot access the _NewEnum property from the JScript programming language.

You must use the Active Template Library (ATL) to implement this functionality. For more information about how ATL implements this functionality, see the ICollectionOnSTLImpl interface in the MSDN Library.

Requirements

Requirement Value
Minimum supported client Windows XP Professional
Minimum supported server Windows Server 2008
Target Platform Windows
Header wdtf.h

See also

IWDTFTargets2