IVsDataMappedObjectType.GetProperties 方法
傳回這個對應的型別屬性。
命名空間: Microsoft.VisualStudio.Data.Services
組件: Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.dll 中)
語法
'宣告
Function GetProperties ( _
underlyingType As IVsDataObjectType _
) As IDictionary(Of String, IVsDataMappedObjectTypeMember)
IDictionary<string, IVsDataMappedObjectTypeMember> GetProperties(
IVsDataObjectType underlyingType
)
IDictionary<String^, IVsDataMappedObjectTypeMember^>^ GetProperties(
IVsDataObjectType^ underlyingType
)
abstract GetProperties :
underlyingType:IVsDataObjectType -> IDictionary<string, IVsDataMappedObjectTypeMember>
function GetProperties(
underlyingType : IVsDataObjectType
) : IDictionary<String, IVsDataMappedObjectTypeMember>
參數
underlyingType
類型:Microsoft.VisualStudio.Data.Services.IVsDataObjectType這個對應型別對應的基礎型別。 因為這個對應型別可以對應至數個基礎型別,這是必要的。
傳回值
類型:IDictionary<String, IVsDataMappedObjectTypeMember>
名稱/值組集合含有對應的屬性做為屬性名稱及其對應的 IVsDataMappedObjectTypeMember 物件
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。