CachedDataItemCollection.Item 屬性 (String)
取得由快取資料物件名稱所識別的 CachedDataItem。
命名空間: Microsoft.VisualStudio.Tools.Applications
組件: Microsoft.VisualStudio.Tools.Applications.ServerDocument (在 Microsoft.VisualStudio.Tools.Applications.ServerDocument.dll 中)
語法
'宣告
Public ReadOnly Default Property Item ( _
dataId As String _
) As CachedDataItem
Get
public CachedDataItem this[
string dataId
] { get; }
參數
- dataId
型別:System.String
快取資料物件的名稱。
屬性值
型別:Microsoft.VisualStudio.Tools.Applications.CachedDataItem
對應至 dataID 參數的 CachedDataItem;如果找不到對應至 dataID 的 CachedDataItem,則為 nullNull 參照 (即 Visual Basic 中的 Nothing)。
備註
CachedDataItem 會提供文件層級自訂中,快取資料物件的存取權限。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。