Partager via


IVsExpansionFunction.FieldChanged, méthode

Appelé lorsqu'un autre champ dans l'extrait de code inséré est modifié.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop.8.0 (dans Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntaxe

'Déclaration
Function FieldChanged ( _
    bstrField As String, _
    <OutAttribute> ByRef fRequeryFunction As Integer _
) As Integer
int FieldChanged(
    string bstrField,
    out int fRequeryFunction
)
int FieldChanged(
    [InAttribute] String^ bstrField, 
    [OutAttribute] int% fRequeryFunction
)
abstract FieldChanged : 
        bstrField:string * 
        fRequeryFunction:int byref -> int
function FieldChanged(
    bstrField : String, 
    fRequeryFunction : int
) : int

Paramètres

  • bstrField
    Type : String

    [in] nom du champ qui a changé.

  • fRequeryFunction
    Type : Int32%

    [] retourne non nul (true) si la valeur de cette fonction d'expansion a changé et doit être obtenue ; sinon, retours zéro (false).

Valeur de retour

Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Notes

Signature de COM

De textmgr2.idl :

bool IVsExpansionFunction::FieldChanged(
   [in] BSTR bstrField,
   [out] bool *fRequeryFunction
);

Cette méthode est appelée lorsqu'un autre champ dans l'extrait de code est modifié, en général parce que l'utilisateur a modifié le champ. Si cette méthode définit le paramètre d'fRequeryFunction à non nul (true), la méthode d'GetCurrentValue doit être appelée pour extraire la valeur mise à jour pour cette fonction d'expansion.

Sécurité .NET Framework

Voir aussi

Référence

IVsExpansionFunction Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms