COMEnum2Object Class
The COMEnum2Object class enumerates a collection of COM objects.
Syntax
class COMEnum2Object extends Object
Run On
Called
Methods
Method | Description | |
---|---|---|
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
finalize | ||
getFirst | Retrieves the first COM object of a collection. | |
getNext | Retrieves the next COM object of a collection. | |
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
new | Creates an instance of this class and connects it the specified collection object so that it can be enumerated. (Overrides the new Method.) | |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) | |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) | |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) | |
owner | Returns the instance that owns the object. (Inherited from Object.) | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
skip | Skips over the next specified number of elements of a collection. | |
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.) | |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) | |
wait | Pauses a process. (Inherited from Object.) | |
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