संपादित करें

इसके माध्यम से साझा किया गया


AnnotationAction Enum

Definition

Specifies the actions that occur with Annotation author, anchor, and cargo resources.

public enum class AnnotationAction
public enum AnnotationAction
type AnnotationAction = 
Public Enum AnnotationAction
Inheritance
AnnotationAction

Fields

Added 0

The component was added to the annotation.

Modified 2

The component was modified within the annotation.

Removed 1

The component was removed from the annotation.

Remarks

AnnotationAction defines the operations that occur to an annotation's Authors, Anchors, and Cargos properties.

Applies to

See also