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
为空引用(在 Visual Basic 中为 Nothing
)
注解
TrackingAnnotationCollection 在初始化后将包含 annotations
中指定的字符串。