UCOMIMoniker.Enum(Boolean, UCOMIEnumMoniker) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Supplies a pointer to an enumerator that can enumerate the components of a composite moniker.
public:
void Enum(bool fForward, [Runtime::InteropServices::Out] System::Runtime::InteropServices::UCOMIEnumMoniker ^ % ppenumMoniker);
public void Enum (bool fForward, out System.Runtime.InteropServices.UCOMIEnumMoniker ppenumMoniker);
abstract member Enum : bool * UCOMIEnumMoniker -> unit
Public Sub Enum (fForward As Boolean, ByRef ppenumMoniker As UCOMIEnumMoniker)
Parameters
- fForward
- Boolean
If true
, enumerates the monikers from left to right. If false
, enumerates from right to left.
- ppenumMoniker
- UCOMIEnumMoniker
On successful return, references the enumerator object for the moniker.
Remarks
For more information about IMoniker::Enum
, see the MSDN Library.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.