AnnotationCollection 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示 Annotation 物件的集合。 此類別無法獲得繼承。
[System.Runtime.InteropServices.Guid("660FA3D1-97B1-4c33-86AF-8F4381D4317E")]
public sealed class AnnotationCollection : System.Collections.IList
[<System.Runtime.InteropServices.Guid("660FA3D1-97B1-4c33-86AF-8F4381D4317E")>]
type AnnotationCollection = class
interface IList
interface ICollection
interface IEnumerable
Public NotInheritable Class AnnotationCollection
Implements IList
- 繼承
-
AnnotationCollection
- 屬性
- 實作
建構函式
AnnotationCollection() |
表示 Annotation 物件的集合。 此類別無法獲得繼承。 |
屬性
Count |
取得集合所包含的項目數目。 |
Item[Int32] |
取得指定索引處的 Annotation 項目。 |
Item[String] |
取得具有指定名稱的 Annotation 項目。 |
方法
明確介面實作
ICollection.IsSynchronized |
表示 Annotation 物件的集合。 此類別無法獲得繼承。 |
ICollection.SyncRoot |
表示 Annotation 物件的集合。 此類別無法獲得繼承。 |
IEnumerable.GetEnumerator() |
表示 Annotation 物件的集合。 此類別無法獲得繼承。 |
IList.Add(Object) |
表示 Annotation 物件的集合。 此類別無法獲得繼承。 |
IList.Contains(Object) |
表示 Annotation 物件的集合。 此類別無法獲得繼承。 |
IList.IndexOf(Object) |
表示 Annotation 物件的集合。 此類別無法獲得繼承。 |
IList.Insert(Int32, Object) |
表示 Annotation 物件的集合。 此類別無法獲得繼承。 |
IList.IsFixedSize |
表示 Annotation 物件的集合。 此類別無法獲得繼承。 |
IList.IsReadOnly |
表示 Annotation 物件的集合。 此類別無法獲得繼承。 |
IList.Item[Int32] |
表示 Annotation 物件的集合。 此類別無法獲得繼承。 |
IList.Remove(Object) |
表示 Annotation 物件的集合。 此類別無法獲得繼承。 |