TrackingAnnotationCollection Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci TrackingAnnotationCollection třídy .
Přetížení
TrackingAnnotationCollection() |
Inicializuje novou instanci TrackingAnnotationCollection třídy . |
TrackingAnnotationCollection(IEnumerable<String>) |
Inicializuje novou instanci TrackingAnnotationCollection třídy pomocí seznamu řetězcových poznámek. |
TrackingAnnotationCollection()
Inicializuje novou instanci TrackingAnnotationCollection třídy .
public:
TrackingAnnotationCollection();
public TrackingAnnotationCollection ();
Public Sub New ()
Poznámky
Inicializuje TrackingAnnotationCollection se do prázdného seznamu.
Platí pro
TrackingAnnotationCollection(IEnumerable<String>)
Inicializuje novou instanci TrackingAnnotationCollection třídy pomocí seznamu řetězcových poznámek.
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))
Parametry
- annotations
- IEnumerable<String>
Seznam IEnumerable<T> poznámek string
.
Výjimky
annotations
je odkaz s hodnotou null (Nothing
v jazyce Visual Basic)
Poznámky
Inicializuje TrackingAnnotationCollection se tak, aby obsahoval řetězce zadané v annotations
.