IVsDataMappedObject Interface
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.
Représente un objet mappé.
public interface class IVsDataMappedObject : Microsoft::VisualStudio::Data::Core::IVsDataSiteableObject<Microsoft::VisualStudio::Data::Services::IVsDataMappedObject ^>
public interface IVsDataMappedObject : Microsoft.VisualStudio.Data.Core.IVsDataSiteableObject<Microsoft.VisualStudio.Data.Services.IVsDataMappedObject>
type IVsDataMappedObject = interface
interface IVsDataSiteableObject<IVsDataMappedObject>
Public Interface IVsDataMappedObject
Implements IVsDataSiteableObject(Of IVsDataMappedObject)
- Dérivé
- Implémente
Propriétés
Identifier |
Obtient la liste des parties d’identificateur qui identifient de manière unique le type mappé générique actuel. |
IsDeleted |
Obtient une valeur indiquant si le type mappé générique actuel est supprimé. |
Name |
Obtient le nom du type mappé générique. |
Properties |
Obtient des paires nom/valeur contenant les noms de propriétés et les valeurs associées au type mappé générique actuel. |
Selector |
Obtient un objet sélecteur qui permet la récupération des métadonnées spécifiques à la source de données à partir du fichier XML de prise en charge de l’objet de données. |
Site |
Obtient ou définit le site. (Hérité de IVsDataSiteableObject<T>) |
Type |
Obtient le nom de type sous forme de chaîne pour le type mappé générique actuel. |
UnderlyingObject |
Obtient l’objet sous-jacent contenu par le type mappé générique actuel. |