Provides access to members that enumerate through conflict inspections.
Members
Name | Description | |
---|---|---|
Next | Retrieves the next conflict inspection in the enumeration sequence. | |
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 |
---|