共用方式為


IVsDataObjectSupportModel.Types 屬性

擷取名稱/值組的集合包含特定資料來源的型別名稱,以及其對應的型別從物件儲存物件。

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

語法

'宣告
ReadOnly Property Types As IDictionary(Of String, IVsDataObjectType)
IDictionary<string, IVsDataObjectType> Types { get; }
property IDictionary<String^, IVsDataObjectType^>^ Types {
    IDictionary<String^, IVsDataObjectType^>^ get ();
}
abstract Types : IDictionary<string, IVsDataObjectType> with get
function get Types () : IDictionary<String, IVsDataObjectType>

屬性值

類型:IDictionary<String, IVsDataObjectType>
名稱/值組的集合包含物件存放區的特定資料來源的型別名稱和其對應的 IVsDataObjectType 物件。

.NET Framework 安全性

請參閱

參考

IVsDataObjectSupportModel 介面

Microsoft.VisualStudio.Data.Services 命名空間