Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the CachedDataItem identified by the name of the cached data object.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications.ServerDocument (in Microsoft.VisualStudio.Tools.Applications.ServerDocument.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
dataId As String _
) As CachedDataItem
Get
public CachedDataItem this[
string dataId
] { get; }
Parameters
- dataId
Type: System.String
The name of the cached data object.
Property Value
Type: Microsoft.VisualStudio.Tools.Applications.CachedDataItem
The CachedDataItem that corresponds to the dataID parameter; nulla null reference (Nothing in Visual Basic) if no CachedDataItem that corresponds to dataID was found.
Remarks
A CachedDataItem provides access to a cached data object in a document-level customization.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.