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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.