Partager via


DataParameter.OnTypeChanging, méthode

Appelé lorsque la propriété d' Type est sur le point de modifier.

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

Syntaxe

'Déclaration
Protected Overridable Sub OnTypeChanging ( _
    value As String _
)
protected virtual void OnTypeChanging(
    string value
)
protected:
virtual void OnTypeChanging(
    String^ value
)
abstract OnTypeChanging : 
        value:string -> unit 
override OnTypeChanging : 
        value:string -> unit 
protected function OnTypeChanging(
    value : String
)

Paramètres

Exceptions

Exception Condition
ArgumentException

Le type de paramètre n'est pas valide.

Notes

L'implémentation de base de cette méthode vérifie que la valeur représente un type valide en appelant la méthode d' IsValidType .

Sécurité .NET Framework

Voir aussi

Référence

DataParameter Classe

Microsoft.VisualStudio.Data.Framework, espace de noms