IMoniker::Enum Method (Boolean, IEnumMoniker^%)

 

Supplies a pointer to an enumerator that can enumerate the components of a composite moniker.

Namespace:   System.Runtime.InteropServices.ComTypes
Assembly:  mscorlib (in mscorlib.dll)

void Enum(
	bool fForward,
	[OutAttribute] IEnumMoniker^% ppenumMoniker
)

Parameters

fForward
Type: System::Boolean

true to enumerate the monikers from left to right. false to enumerate from right to left.

ppenumMoniker
Type: System.Runtime.InteropServices.ComTypes::IEnumMoniker^%

When this method returns, contains a reference to the enumerator object for the moniker. This parameter is passed uninitialized.

For more information about IMoniker::Enum, see the MSDN Library.

Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Return to top
Show: