IVsDataMappedObjectType.GetProperties(IVsDataObjectType) Méthode

Définition

Retourne les propriétés de ce type mappé.

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)

Paramètres

underlyingType
IVsDataObjectType

Type sous-jacent auquel ce type mappé correspond. Cela est nécessaire, car le type mappé peut être mappé à plusieurs types sous-jacents.

Retours

IDictionary<String,IVsDataMappedObjectTypeMember>

Collection de paires nom/valeur contenant les propriétés mappées en tant que noms de propriété et leurs IVsDataMappedObjectTypeMember objets correspondants.

S’applique à