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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。