ExtractCollection 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 ExtractCollection třídy.
Přetížení
ExtractCollection() |
Inicializuje novou instanci ExtractCollection třídy. |
ExtractCollection(IEnumerable<TrackingExtract>) |
Inicializuje novou instanci ExtractCollection třídy pomocí seznamu TrackingExtract objektů. |
ExtractCollection()
Inicializuje novou instanci ExtractCollection třídy.
public:
ExtractCollection();
public ExtractCollection ();
Public Sub New ()
Poznámky
ExtractCollectionJe inicializován do prázdného seznamu.
Platí pro
ExtractCollection(IEnumerable<TrackingExtract>)
Inicializuje novou instanci ExtractCollection třídy pomocí seznamu TrackingExtract objektů.
public:
ExtractCollection(System::Collections::Generic::IEnumerable<System::Workflow::Runtime::Tracking::TrackingExtract ^> ^ extracts);
public ExtractCollection (System.Collections.Generic.IEnumerable<System.Workflow.Runtime.Tracking.TrackingExtract> extracts);
new System.Workflow.Runtime.Tracking.ExtractCollection : seq<System.Workflow.Runtime.Tracking.TrackingExtract> -> System.Workflow.Runtime.Tracking.ExtractCollection
Public Sub New (extracts As IEnumerable(Of TrackingExtract))
Parametry
- extracts
- IEnumerable<TrackingExtract>
IEnumerable<T>Seznam TrackingExtract objektů.
Výjimky
extracts
je odkaz s hodnotou null ( Nothing
v Visual Basic).
Poznámky
ExtractCollectionJe inicializována tak, aby obsahovala objekty, které jsou TrackingExtract zadány v extracts
.