Partager via


DataParameter.GetValueCore, méthode

Extrait la valeur d'un paramètre spécifié.

Espace de noms :  Microsoft.VisualStudio.Data.Framework
Assembly :  Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)

Syntaxe

'Déclaration
Protected MustOverride Function GetValueCore As Object
protected abstract Object GetValueCore()
protected:
virtual Object^ GetValueCore() abstract
abstract GetValueCore : unit -> Object 
protected abstract function GetValueCore() : Object

Valeur de retour

Type : System.Object
La valeur du paramètre spécifié.

Notes

Cette méthode est appelée par l'implémentation de la propriété d' Value .

Remarques à l'attention des héritiers

La classe dérivée doit substituer cette méthode.

Sécurité .NET Framework

Voir aussi

Référence

DataParameter Classe

Microsoft.VisualStudio.Data.Framework, espace de noms