Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Protected Overridable Sub OnCodeDomChanged ( _
e As EventArgs _
)
protected virtual void OnCodeDomChanged(
EventArgs e
)
protected:
virtual void OnCodeDomChanged(
EventArgs^ e
)
abstract OnCodeDomChanged :
e:EventArgs -> unit
override OnCodeDomChanged :
e:EventArgs -> unit
protected function OnCodeDomChanged(
e : EventArgs
)
Parameters
e
Type: 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