IVsDataObject.Store Property

Definition

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.

Applies to