IVsDataMappedObjectType.GetProperties(IVsDataObjectType) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Collection de paires nom/valeur contenant les propriétés mappées en tant que noms de propriété et leurs IVsDataMappedObjectTypeMember objets correspondants.