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