IVsDataObject.Store 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 an IVsDataObjectStore object representing the object store, that is, a cache of data source–specific data objects.
public:
property Microsoft::VisualStudio::Data::Services::IVsDataObjectStore ^ Store { Microsoft::VisualStudio::Data::Services::IVsDataObjectStore ^ get(); };
public Microsoft.VisualStudio.Data.Services.IVsDataObjectStore Store { get; }
member this.Store : Microsoft.VisualStudio.Data.Services.IVsDataObjectStore
Public ReadOnly Property Store As IVsDataObjectStore
Property Value
An IVsDataObjectStore object representing the object store, that is, a cache of data source–specific data objects.