Operation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enum that specifies how an item element references an item.
public enum class Operation
public enum Operation
type Operation =
Public Enum Operation
- Inheritance
-
Operation
Fields
Name | Value | Description |
---|---|---|
Include | 0 | The element referenced the item by an Include. |
Exclude | 1 | The element referenced the item by an Exclude. |
Update | 2 | The element referenced the item by an Update. |
Remove | 3 | The element referenced the item by a Remove. |