IVsDataMappedObjectType.GetProperties(IVsDataObjectType) Method

Definition

Returns the properties of this mapped type.

public:
 System::Collections::Generic::IDictionary<System::String ^, Microsoft::VisualStudio::Data::Services::IVsDataMappedObjectTypeMember ^> ^ GetProperties(Microsoft::VisualStudio::Data::Services::IVsDataObjectType ^ underlyingType);
public System.Collections.Generic.IDictionary<string,Microsoft.VisualStudio.Data.Services.IVsDataMappedObjectTypeMember> GetProperties (Microsoft.VisualStudio.Data.Services.IVsDataObjectType underlyingType);
abstract member GetProperties : Microsoft.VisualStudio.Data.Services.IVsDataObjectType -> System.Collections.Generic.IDictionary<string, Microsoft.VisualStudio.Data.Services.IVsDataMappedObjectTypeMember>
Public Function GetProperties (underlyingType As IVsDataObjectType) As IDictionary(Of String, IVsDataMappedObjectTypeMember)

Parameters

underlyingType
IVsDataObjectType

The underlying type to which this mapped type corresponds. This is necessary because the mapped type can map to several underlying types.

Returns

A collection of name/value pairs containing the mapped properties as the property names and their corresponding IVsDataMappedObjectTypeMember objects

Applies to