TrackingAnnotationCollection 생성자

정의

TrackingAnnotationCollection 클래스의 새 인스턴스를 초기화합니다.

오버로드

TrackingAnnotationCollection()

TrackingAnnotationCollection 클래스의 새 인스턴스를 초기화합니다.

TrackingAnnotationCollection(IEnumerable<String>)

문자열 주석 목록을 사용하여 TrackingAnnotationCollection 클래스의 새 인스턴스를 초기화합니다.

TrackingAnnotationCollection()

TrackingAnnotationCollection 클래스의 새 인스턴스를 초기화합니다.

public:
 TrackingAnnotationCollection();
public TrackingAnnotationCollection ();
Public Sub New ()

설명

TrackingAnnotationCollection이 빈 목록으로 초기화됩니다.

적용 대상

TrackingAnnotationCollection(IEnumerable<String>)

문자열 주석 목록을 사용하여 TrackingAnnotationCollection 클래스의 새 인스턴스를 초기화합니다.

public:
 TrackingAnnotationCollection(System::Collections::Generic::IEnumerable<System::String ^> ^ annotations);
public TrackingAnnotationCollection (System.Collections.Generic.IEnumerable<string> annotations);
new System.Workflow.Runtime.Tracking.TrackingAnnotationCollection : seq<string> -> System.Workflow.Runtime.Tracking.TrackingAnnotationCollection
Public Sub New (annotations As IEnumerable(Of String))

매개 변수

annotations
IEnumerable<String>

IEnumerable<T> 주석의 string 목록입니다.

예외

annotations이 null 참조(Visual Basic의 경우 Nothing)인 경우

설명

TrackingAnnotationCollection에 지정된 문자열을 포함하여 annotations이 초기화됩니다.

적용 대상