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.