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
- e
Type: System.EventArgs
EventArgs .
Remarks
This ensures that the CodeCompileUnit is up-to-date.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom Namespace