返回此映射的类型的属性。
命名空间: 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
此映射的类型对应的基础类型。因为该映射的类型可以映射到多个基础类型,这是必需的。
返回值
类型:System.Collections.Generic.IDictionary<String, IVsDataMappedObjectTypeMember>
名称/值对的集合包含映射的属性作为属性名及其相应的 IVsDataMappedObjectTypeMember 对象
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。