Share via


COMEnum2Object Class

The COMEnum2Object class enumerates a collection of COM objects.

Syntax

class COMEnum2Object extends Object

Run On

Called

Methods

  Method Description
Gg803475.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg803475.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg803475.pubmethod(en-us,AX.60).gif finalize
Gg803475.pubmethod(en-us,AX.60).gif getFirst Retrieves the first COM object of a collection.
Gg803475.pubmethod(en-us,AX.60).gif getNext Retrieves the next COM object of a collection.
Gg803475.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg803475.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg803475.pubmethod(en-us,AX.60).gif new Creates an instance of this class and connects it the specified collection object so that it can be enumerated. (Overrides the new Method.)
Gg803475.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg803475.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg803475.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg803475.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg803475.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg803475.pubmethod(en-us,AX.60).gif skip Skips over the next specified number of elements of a collection.
Gg803475.pubmethod(en-us,AX.60).gif toString For most classes, this method returns a string that contains the class handle and name. However, in some classes, additional information is returned in the string. (Overrides the toString Method.)
Gg803475.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg803475.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg803475.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Remarks

COM automation objects often use collections. The COM objects that are found in the collection must support COM automation in order to be useful in Microsoft Dynamics AX.

If not all of the elements of a collection are COM objects, the must be used instead.

Inheritance Hierarchy

Object Class
  COMEnum2Object Class

See Also

COMEnum2Variant Class