UserTrackingLocationCollection 생성자

정의

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

설명

UserTrackingLocationCollection 지정된 개체를 UserTrackingLocation 포함하도록 초기화됩니다 locations.

적용 대상