AnnotationAction 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.
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
Fields
Name | Value | Description |
---|---|---|
Added | 0 | The component was added to the annotation. |
Removed | 1 | The component was removed from the annotation. |
Modified | 2 | The component was modified within the annotation. |
Remarks
AnnotationAction defines the operations that occur to an annotation's Authors, Anchors, and Cargos properties.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.