共用方式為


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; }

參數

屬性值

型別:Microsoft.VisualStudio.Tools.Applications.CachedDataItem
對應至 dataID 參數的 CachedDataItem;如果找不到對應至 dataID 的 CachedDataItem,則為 nullNull 參照 (即 Visual Basic 中的 Nothing)。

備註

CachedDataItem 會提供文件層級自訂中,快取資料物件的存取權限。

.NET Framework 安全性

請參閱

參考

CachedDataItemCollection 類別

Item 多載

Microsoft.VisualStudio.Tools.Applications 命名空間