IEnumUID Interface

Provides access to an enumerator over a set of component IDs.

Members

Name Description
Method Next Obtains the next component ID in the collection.
Method Reset Resets the enumerator back to the beginning of the collection.

IEnumUID.Next Method

Obtains the next component ID in the collection.

Public Function Next ( _
) As UID
public UID Next (
);

IEnumUID.Reset Method

Resets the enumerator back to the beginning of the collection.

Public Sub Reset ( _
)
public void Reset (
);

Classes that implement IEnumUID

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.