TrackingAnnotationCollection Konstruktoren

Definition

Initialisiert eine neue Instanz der TrackingAnnotationCollection-Klasse.

Überlädt

Name Beschreibung
TrackingAnnotationCollection()

Initialisiert eine neue Instanz der TrackingAnnotationCollection-Klasse.

TrackingAnnotationCollection(IEnumerable<String>)

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

TrackingAnnotationCollection()

Initialisiert eine neue Instanz der TrackingAnnotationCollection-Klasse.

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

Hinweise

Die TrackingAnnotationCollection Initialisierung erfolgt in einer leeren Liste.

Gilt für:

TrackingAnnotationCollection(IEnumerable<String>)

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

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 von string Anmerkungen.

Ausnahmen

annotations ist ein Nullverweis (Nothing in Visual Basic)

Hinweise

The TrackingAnnotationCollection is initialized to contain the strings specified in annotations.

Gilt für: