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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.