WorkflowTrackPointCollection 생성자

정의

WorkflowTrackPointCollection 클래스의 새 인스턴스를 초기화합니다.

오버로드

Name Description
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 null 참조입니다(Visual Basic Nothing).

설명

WorkflowTrackPointCollection 지정된 개체를 WorkflowTrackPoint 포함하도록 초기화됩니다 points.

적용 대상