TrackingAnnotationCollection Konstruktoren

Definition

Initialisiert eine neue Instanz der TrackingAnnotationCollection-Klasse.

Überlädt

TrackingAnnotationCollection()

Initialisiert eine neue Instanz der TrackingAnnotationCollection-Klasse.

TrackingAnnotationCollection(IEnumerable<String>)

Initialisiert mit einer Liste von Zeichenfolgenanmerkungen eine neue Instanz der TrackingAnnotationCollection-Klasse.

TrackingAnnotationCollection()

Initialisiert eine neue Instanz der TrackingAnnotationCollection-Klasse.

public:
 TrackingAnnotationCollection();
public TrackingAnnotationCollection ();
Public Sub New ()

Hinweise

TrackingAnnotationCollection wird als leere Liste initialisiert.

Gilt für:

TrackingAnnotationCollection(IEnumerable<String>)

Initialisiert mit einer Liste von Zeichenfolgenanmerkungen eine neue Instanz der TrackingAnnotationCollection-Klasse.

public:
 TrackingAnnotationCollection(System::Collections::Generic::IEnumerable<System::String ^> ^ annotations);
public TrackingAnnotationCollection (System.Collections.Generic.IEnumerable<string> annotations);
new System.Workflow.Runtime.Tracking.TrackingAnnotationCollection : seq<string> -> System.Workflow.Runtime.Tracking.TrackingAnnotationCollection
Public Sub New (annotations As IEnumerable(Of String))

Parameter

annotations
IEnumerable<String>

Eine IEnumerable<T>-Liste mit string-Anmerkungen.

Ausnahmen

annotations ist ein NULL-Verweis (Nothing in Visual Basic).

Hinweise

TrackingAnnotationCollection wird initialisiert, sodass sie die in annotations angegebenen Zeichenfolgen enthält.

Gilt für: