共用方式為


IVsDataObject.Store 屬性

取得表示物件存放區,也就是說,建立快取的物件 IVsDataObjectStore 特定資料來源的資料物件。

命名空間:  Microsoft.VisualStudio.Data.Services
組件:  Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.dll 中)

語法

'宣告
ReadOnly Property Store As IVsDataObjectStore
IVsDataObjectStore Store { get; }
property IVsDataObjectStore^ Store {
    IVsDataObjectStore^ get ();
}
abstract Store : IVsDataObjectStore with get
function get Store () : IVsDataObjectStore

屬性值

類型:Microsoft.VisualStudio.Data.Services.IVsDataObjectStore
表示物件存放區,也就是說,建立快取的物件 IVsDataObjectStore 特定資料來源的資料物件。

.NET Framework 安全性

請參閱

參考

IVsDataObject 介面

Microsoft.VisualStudio.Data.Services 命名空間