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
- IEnumerable<WorkflowTrackPoint>
IEnumerable<T> 개체의 WorkflowTrackPoint 목록입니다.
예외
points
이 null 참조(Visual Basic의 경우 Nothing
)인 경우
설명
WorkflowTrackPointCollection에 지정된 WorkflowTrackPoint 개체를 포함하여 points
이 초기화됩니다.