CachedDataItemCollection.Add 方法 (String, String)
將指定的 CachedDataItem 加入至集合的結尾。
命名空間: Microsoft.VisualStudio.Tools.Applications
組件: Microsoft.VisualStudio.Tools.Applications.ServerDocument (在 Microsoft.VisualStudio.Tools.Applications.ServerDocument.dll 中)
語法
'宣告
Public Function Add ( _
dataId As String, _
dataType As String _
) As CachedDataItem
public CachedDataItem Add(
string dataId,
string dataType
)
參數
- dataId
型別:System.String
要加入至資料快取的物件名稱。
- dataType
型別:System.String
要加入至資料快取之物件其型別的完整組件限定名稱。
傳回值
型別:Microsoft.VisualStudio.Tools.Applications.CachedDataItem
加入至集合結尾的 CachedDataItem。
例外狀況
例外狀況 | 條件 |
---|---|
InvalidOperationException | 集合中已經存在對應至 dataId 的 CachedDataItem。 |
備註
如需型別之組件限定名稱格式的詳細資訊,請參閱 Type.AssemblyQualifiedName 屬性。
若要將 CachedDataItem 加入至位於特定索引的集合,請使用 Insert 方法。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。