UserTrackingLocationCollection 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
UserTrackingLocationCollection 클래스의 새 인스턴스를 초기화합니다.
오버로드
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
이 초기화됩니다.