Share via


DataParameter.GetValueImpl Method

Retrieves the value of a specified parameter.

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

Syntax

'Declaration
Protected MustOverride Function GetValueImpl As Object
protected abstract Object GetValueImpl()
protected:
virtual Object^ GetValueImpl() abstract
abstract GetValueImpl : unit -> Object
protected abstract function GetValueImpl() : Object

Return Value

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

Remarks

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

.NET Framework Security

See Also

Reference

DataParameter Class

Microsoft.VisualStudio.Data Namespace