IAnnotationDictionary 介面
代表自訂資料物件的字典,您可以將這些物件與 SharePoint 工具物件模型中的特定物件相關聯。
命名空間: Microsoft.VisualStudio.SharePoint
組件: Microsoft.VisualStudio.SharePoint (在 Microsoft.VisualStudio.SharePoint.dll 中)
語法
'宣告
Public Interface IAnnotationDictionary _
Inherits IDictionary(Of Object, Object), ICollection(Of KeyValuePair(Of Object, Object)), _
IEnumerable(Of KeyValuePair(Of Object, Object)), IEnumerable
public interface IAnnotationDictionary : IDictionary<Object, Object>,
ICollection<KeyValuePair<Object, Object>>, IEnumerable<KeyValuePair<Object, Object>>,
IEnumerable
IAnnotationDictionary 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
Count | 取得 ICollection<T> 中所包含的元素數。 (繼承自 ICollection<KeyValuePair<Object, Object>>)。 | |
IsReadOnly | 取得值,指出 ICollection<T> 是否唯讀。 (繼承自 ICollection<KeyValuePair<Object, Object>>)。 | |
Item | 取得或設定具有指定索引鍵的元素。 (繼承自 IDictionary<Object, Object>)。 | |
Keys | 取得 ICollection<T>,包含 IDictionary<TKey, TValue> 的索引鍵。 (繼承自 IDictionary<Object, Object>)。 | |
Values | 取得 ICollection<T>,包含 IDictionary<TKey, TValue> 中的值。 (繼承自 IDictionary<Object, Object>)。 |
回頁首
方法
回頁首
備註
您可以將自訂資料加入到實作 IAnnotatedObject 介面的 SharePoint 工具物件模型中的執行個體型別。這些型別具有 Annotations 屬性會傳回 IAnnotationDictionary 物件。如需詳細資訊,請參閱讓自訂資料與 SharePoint 工具擴充功能產生關聯。