Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a well-known concept for use by a generic designer.
Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Public Interface IVsDataMappedObject _
    Inherits IVsDataSiteableObject(Of IVsDataMappedObject)
public interface IVsDataMappedObject : IVsDataSiteableObject<IVsDataMappedObject>
public interface class IVsDataMappedObject : IVsDataSiteableObject<IVsDataMappedObject^>
type IVsDataMappedObject =  
    interface 
        interface IVsDataSiteableObject<IVsDataMappedObject>
    end
public interface IVsDataMappedObject extends IVsDataSiteableObject<IVsDataMappedObject>
The IVsDataMappedObject type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Identifier | Gets the list of identifier parts that uniquely identify the current generic mapped type. | 
| .gif) | IsDeleted | Gets a value indicating whether the current generic mapped type is deleted. | 
| .gif) | Name | Gets the name of the generic mapped type. | 
| .gif) | Properties | Gets name/value pairs containing the property names and values associated with the current generic mapped type. | 
| .gif) | Selector | Gets a selector object that enables the retrieval of data source–specific metadata from the data object support XML file. | 
| .gif) | Site | Gets or sets the site. (Inherited from IVsDataSiteableObject<T>.) | 
| .gif) | Type | Gets the type name as a string for the current generic mapped type. | 
| .gif) | UnderlyingObject | Gets the underlying object that is contained by the current generic mapped type. | 
Top
Remarks
This interface is implemented as a built-in DDEX service.