WorkflowTrackPointCollection 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 WorkflowTrackPointCollection 类的新实例。
重载
| 名称 | 说明 |
|---|---|
| WorkflowTrackPointCollection() |
初始化 WorkflowTrackPointCollection 类的新实例。 |
| WorkflowTrackPointCollection(IEnumerable<WorkflowTrackPoint>) |
使用工作流跟踪点列表初始化类的新实例 WorkflowTrackPointCollection 。 |
WorkflowTrackPointCollection()
初始化 WorkflowTrackPointCollection 类的新实例。
public:
WorkflowTrackPointCollection();
public WorkflowTrackPointCollection();
Public Sub New ()
注解
无参数构造函数将 WorkflowTrackPointCollection 初始化为空列表。
适用于
WorkflowTrackPointCollection(IEnumerable<WorkflowTrackPoint>)
使用工作流跟踪点列表初始化类的新实例 WorkflowTrackPointCollection 。
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))
参数
例外
points是空引用(Visual Basic 中的 Nothing)。
注解
初始化 WorkflowTrackPointCollection 为包含 WorkflowTrackPoint 指定 points对象。