Compartilhar via


CodeDomDocDataAdapter.OnCodeDomChanged Method

Called when the code has changed externally.

Namespace:  Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'Declaração
Protected Overridable Sub OnCodeDomChanged ( _
    e As EventArgs _
)
protected virtual void OnCodeDomChanged(
    EventArgs e
)

Parameters

Remarks

This ensures that the CodeCompileUnit is up-to-date.

.NET Framework Security

See Also

Reference

CodeDomDocDataAdapter Class

Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom Namespace