WorkflowTrackPointCollection 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 WorkflowTrackPointCollection třídy .
Přetížení
WorkflowTrackPointCollection() |
Inicializuje novou instanci WorkflowTrackPointCollection třídy . |
WorkflowTrackPointCollection(IEnumerable<WorkflowTrackPoint>) |
Inicializuje novou instanci WorkflowTrackPointCollection třídy pomocí seznamu bodů sledování pracovního postupu. |
WorkflowTrackPointCollection()
Inicializuje novou instanci WorkflowTrackPointCollection třídy .
public:
WorkflowTrackPointCollection();
public WorkflowTrackPointCollection ();
Public Sub New ()
Poznámky
Konstruktor bez parametrů inicializuje WorkflowTrackPointCollection do prázdného seznamu.
Platí pro
WorkflowTrackPointCollection(IEnumerable<WorkflowTrackPoint>)
Inicializuje novou instanci WorkflowTrackPointCollection třídy pomocí seznamu bodů sledování pracovního postupu.
public:
WorkflowTrackPointCollection(System::Collections::Generic::IEnumerable<System::Workflow::Runtime::Tracking::WorkflowTrackPoint ^> ^ points);
public WorkflowTrackPointCollection (System.Collections.Generic.IEnumerable<System.Workflow.Runtime.Tracking.WorkflowTrackPoint> points);
new System.Workflow.Runtime.Tracking.WorkflowTrackPointCollection : seq<System.Workflow.Runtime.Tracking.WorkflowTrackPoint> -> System.Workflow.Runtime.Tracking.WorkflowTrackPointCollection
Public Sub New (points As IEnumerable(Of WorkflowTrackPoint))
Parametry
- points
- IEnumerable<WorkflowTrackPoint>
Seznam IEnumerable<T>WorkflowTrackPoint objektů.
Výjimky
points
je odkaz s hodnotou null (Nothing
v jazyce Visual Basic).
Poznámky
Objekt WorkflowTrackPointCollection je inicializován tak, WorkflowTrackPoint aby obsahoval objekty zadané v points
.