Metodo DesignerDocDataService.IVsRunningDocTableEvents.OnAfterAttributeChange

Chiamato dopo che un attributo è stato modificato in un documento nella Tabella in esecuzione il documento.

Spazio dei nomi:  Microsoft.VisualStudio.Shell.Design.Serialization
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Sintassi

'Dichiarazione
Private Function OnAfterAttributeChange ( _
    docCookie As UInteger, _
    attribs As UInteger _
) As Integer Implements IVsRunningDocTableEvents.OnAfterAttributeChange
int IVsRunningDocTableEvents.OnAfterAttributeChange(
    uint docCookie,
    uint attribs
)

Parametri

  • docCookie
    Tipo: System.UInt32
    L'identificatore di dati del documento nella Tabella in esecuzione il documento.

Valore restituito

Tipo: System.Int32
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.

Implementa

IVsRunningDocTableEvents.OnAfterAttributeChange(UInt32, UInt32)

Note

Per impostazione predefinita questo non viene implementato.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DesignerDocDataService Classe

Spazio dei nomi Microsoft.VisualStudio.Shell.Design.Serialization