다음을 통해 공유


UserTrackingLocationCollection 생성자

정의

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이 null 참조(Visual Basic의 경우 Nothing)인 경우

설명

UserTrackingLocationCollection에 지정된 UserTrackingLocation 개체를 포함하여 locations이 초기화됩니다.

적용 대상