IEnumDomain Interface

Provides access to members that enumerate through domains.

Members

Name Description
Method Next Retrieves the next domain in the enumeration sequence.
Method Reset Reset enumeration sequence to the beginning.

IEnumDomain.Next Method

Retrieves the next domain in the enumeration sequence.

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

IEnumDomain.Reset Method

Reset enumeration sequence to the beginning.

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

Classes that implement IEnumDomain

Classes Description

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