Share via


DataParameter.GetValueCore Method

Retrieves the value of a specified parameter.

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

Syntax

'Declaration
Protected MustOverride Function GetValueCore As Object
'Usage
Dim returnValue As Object 

returnValue = Me.GetValueCore()
protected abstract Object GetValueCore()
protected:
virtual Object^ GetValueCore() abstract
protected abstract function GetValueCore() : Object

Return Value

Type: System.Object
The value of the specified parameter.

Remarks

This method is called by the implementation of the Value property.

Notes to Inheritors:

The derived class must override this method.

.NET Framework Security

See Also

Reference

DataParameter Class

DataParameter Members

Microsoft.VisualStudio.Data.Framework Namespace