IVsDataMappedObject Interface

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

Public Interface IVsDataMappedObject _
    Implements IVsDataSiteableObject(Of IVsDataMappedObject)

Dim instance As IVsDataMappedObject
public interface IVsDataMappedObject : IVsDataSiteableObject<IVsDataMappedObject>
public interface class IVsDataMappedObject : IVsDataSiteableObject<IVsDataMappedObject^>
public interface IVsDataMappedObject extends IVsDataSiteableObject<IVsDataMappedObject>

Remarks

This interface is implemented as a built-in DDEX service.

See Also

Reference

IVsDataMappedObject Members

Microsoft.VisualStudio.Data.Services Namespace