OpenTAP 9.24
API Reference
Public Member Functions | Properties | List of all members
OpenTap.ICollectionAnnotation Interface Reference

Specifies that the annotation reflects some kind of collection. More...

Inheritance diagram for OpenTap.ICollectionAnnotation:
OpenTap.IAnnotation

Public Member Functions

AnnotationCollection NewElement ()
 Creates a new element that can be put into the collection. Note that initially the element should not be added to the collection. This task is for the user. More...
 

Properties

IEnumerable< AnnotationCollectionAnnotatedElements [getset]
 The reflected elements.
 

Detailed Description

Specifies that the annotation reflects some kind of collection.

Member Function Documentation

◆ NewElement()

AnnotationCollection OpenTap.ICollectionAnnotation.NewElement ( )

Creates a new element that can be put into the collection. Note that initially the element should not be added to the collection. This task is for the user.

Returns
The new element.

OpenTAP 9.24 API built Tue Apr 30 2024 13:44:41