TrackingAnnotationCollection 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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
中所指定的字串。