Share via


DataMappedObject.ComputeBaseObject Method

Computes the base object.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Protected Overridable Function ComputeBaseObject As IVsDataMappedObject
protected virtual IVsDataMappedObject ComputeBaseObject()
protected:
virtual IVsDataMappedObject^ ComputeBaseObject()
abstract ComputeBaseObject : unit -> IVsDataMappedObject 
override ComputeBaseObject : unit -> IVsDataMappedObject 
protected function ComputeBaseObject() : IVsDataMappedObject

Return Value

Type: Microsoft.VisualStudio.Data.Services.IVsDataMappedObject
The base object.

.NET Framework Security

See Also

Reference

DataMappedObject Class

Microsoft.VisualStudio.Data.Framework Namespace