TrackingAnnotationCollection 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 TrackingAnnotationCollection 類別的新執行個體。
多載
| 名稱 | Description |
|---|---|
| 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 是空參考(Nothing 在 Visual Basic中)
備註
初始 TrackingAnnotationCollection 化為包含 中 annotations指定的字串。