Sdílet prostřednictvím


Operation Enum

Definition

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.

Applies to