Types of operation
| C# | Visual Basic | Visual C++ |
public enum Operation
Public Enumeration Operation
public enum class Operation
| Member | Description |
|---|---|
| Ignore |
Ignore
|
| IgnoreAll |
Ignore all
|
| Change |
Change
|
| ChangeAll |
Change all
|
| Add |
Add
|