IVsDataMappedObjectType.GetProperties(IVsDataObjectType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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