共用方式為


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>

參數

傳回值

類型:IDictionary<String, IVsDataMappedObjectTypeMember>
名稱/值組集合含有對應的屬性做為屬性名稱及其對應的 IVsDataMappedObjectTypeMember 物件

.NET Framework 安全性

請參閱

參考

IVsDataMappedObjectType 介面

Microsoft.VisualStudio.Data.Services 命名空間