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 で指定された文字列を格納するよう初期化されます。

適用対象