IEnumConflictInspection Interface

Provides access to members that enumerate through conflict inspections.

Members

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

IEnumConflictInspection.Next Method

Retrieves the next conflict inspection in the enumeration sequence.

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

IEnumConflictInspection.Reset Method

Reset enumeration sequence to the beginning.

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

Classes that implement IEnumConflictInspection

Classes Description

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