Partager via


DesignerDocDataService.IVsRunningDocTableEvents2.OnAfterAttributeChange, méthode

Appelé après qu'un attribut ait changé sur un document dans le Tableau en cours d'exécution de document.

Espace de noms :  Microsoft.VisualStudio.Shell.Design.Serialization
Assembly :  Microsoft.VisualStudio.Shell.Design (dans Microsoft.VisualStudio.Shell.Design.dll)

Syntaxe

'Déclaration
Private Function OnAfterAttributeChange ( _
    docCookie As UInteger, _
    grfAttribs As UInteger _
) As Integer Implements IVsRunningDocTableEvents2.OnAfterAttributeChange
int IVsRunningDocTableEvents2.OnAfterAttributeChange(
    uint docCookie,
    uint grfAttribs
)

Paramètres

  • docCookie
    Type : System.UInt32
    L'identificateur de l'objet de données de document dans le Tableau en cours d'exécution de document.

Valeur de retour

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

Implémentations

IVsRunningDocTableEvents2.OnAfterAttributeChange(UInt32, UInt32)

Remarques

Par défaut cette méthode n'est pas implémentée.

Sécurité .NET Framework

Voir aussi

Référence

DesignerDocDataService Classe

Microsoft.VisualStudio.Shell.Design.Serialization, espace de noms