IVsDataMappedObject Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a mapped object.
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)
- Derived
- Implements
Properties
Identifier |
Gets the list of identifier parts that uniquely identify the current generic mapped type. |
IsDeleted |
Gets a value indicating whether the current generic mapped type is deleted. |
Name |
Gets the name of the generic mapped type. |
Properties |
Gets name/value pairs containing the property names and values associated with the current generic mapped type. |
Selector |
Gets a selector object that enables the retrieval of data source–specific metadata from the data object support XML file. |
Site |
Gets or sets the site. (Inherited from IVsDataSiteableObject<T>) |
Type |
Gets the type name as a string for the current generic mapped type. |
UnderlyingObject |
Gets the underlying object that is contained by the current generic mapped type. |