Partager via


DesignerDocDataService.IVsRunningDocTableEvents2.OnAfterAttributeChangeEx, 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 OnAfterAttributeChangeEx ( _
    docCookie As UInteger, _
    attribs As UInteger, _
    pHierOld As IVsHierarchy, _
    itemidOld As UInteger, _
    pszMkDocumentOld As String, _
    pHierNew As IVsHierarchy, _
    itemidNew As UInteger, _
    pszMkDocumentNew As String _
) As Integer Implements IVsRunningDocTableEvents2.OnAfterAttributeChangeEx
int IVsRunningDocTableEvents2.OnAfterAttributeChangeEx(
    uint docCookie,
    uint attribs,
    IVsHierarchy pHierOld,
    uint itemidOld,
    string pszMkDocumentOld,
    IVsHierarchy pHierNew,
    uint itemidNew,
    string pszMkDocumentNew
)

Paramètres

  • docCookie
    Type : System.UInt32
    L'identificateur du document dans le Tableau en cours d'exécution de document.
  • pszMkDocumentOld
    Type : System.String
    Le nom précédent du document.
  • pszMkDocumentNew
    Type : System.String
    Le nouveau nom du 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.OnAfterAttributeChangeEx(UInt32, UInt32, IVsHierarchy, UInt32, String, IVsHierarchy, UInt32, String)

Remarques

Cette méthode enregistre toutes les modifications apportées à l'ID d'élément ou à la hiérarchie mis en cache.

Sécurité .NET Framework

Voir aussi

Référence

DesignerDocDataService Classe

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