ExtractCollection 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ExtractCollection 클래스의 새 인스턴스를 초기화합니다.
오버로드
| Name | Description |
|---|---|
| ExtractCollection() |
ExtractCollection 클래스의 새 인스턴스를 초기화합니다. |
| ExtractCollection(IEnumerable<TrackingExtract>) |
개체 목록을 ExtractCollection 사용하여 클래스의 TrackingExtract 새 인스턴스를 초기화합니다. |
ExtractCollection()
ExtractCollection 클래스의 새 인스턴스를 초기화합니다.
public:
ExtractCollection();
public ExtractCollection();
Public Sub New ()
설명
빈 ExtractCollection 목록으로 초기화됩니다.
적용 대상
ExtractCollection(IEnumerable<TrackingExtract>)
개체 목록을 ExtractCollection 사용하여 클래스의 TrackingExtract 새 인스턴스를 초기화합니다.
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))
매개 변수
- extracts
- IEnumerable<TrackingExtract>
IEnumerable<T> 개체 목록 TrackingExtract 입니다.
예외
extracts null 참조입니다(Visual Basic Nothing).
설명
에 ExtractCollection 지정된 개체를 TrackingExtract 포함하도록 초기화됩니다 extracts.