CachedDataItemCollection.Item[String] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the CachedDataItem identified by the name of the cached data object.
public:
property Microsoft::VisualStudio::Tools::Applications::CachedDataItem ^ default[System::String ^] { Microsoft::VisualStudio::Tools::Applications::CachedDataItem ^ get(System::String ^ dataId); };
public Microsoft.VisualStudio.Tools.Applications.CachedDataItem this[string dataId] { get; }
member this.Item(string) : Microsoft.VisualStudio.Tools.Applications.CachedDataItem
Default Public ReadOnly Property Item(dataId As String) As CachedDataItem
Parameters
- dataId
- String
The name of the cached data object.
Property Value
The CachedDataItem that corresponds to the dataID
parameter; null
if no CachedDataItem that corresponds to dataID
was found.
Remarks
A CachedDataItem provides access to a cached data object in a document-level customization.