CachedDataItemCollection.Remove 方法 (String)
會從集合移除指定的且由快取資料物件所識別的 CachedDataItem。
命名空間: Microsoft.VisualStudio.Tools.Applications
組件: Microsoft.VisualStudio.Tools.Applications.ServerDocument (在 Microsoft.VisualStudio.Tools.Applications.ServerDocument.dll 中)
語法
'宣告
Public Sub Remove ( _
dataId As String _
)
public void Remove(
string dataId
)
參數
- dataId
型別:System.String
快取資料物件的名稱。
備註
CachedDataItem 會提供文件層級自訂中,快取資料物件的存取權限。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。