ChangeNotificationService Class
Used to rename project scope symbols.
Namespace: Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
<CLSCompliantAttribute(False)> _
Public MustInherit Class ChangeNotificationService
Dim instance As ChangeNotificationService
[CLSCompliantAttribute(false)]
public abstract class ChangeNotificationService
[CLSCompliantAttribute(false)]
public ref class ChangeNotificationService abstract
public abstract class ChangeNotificationService
Remarks
This service is used by the CodeModel to listen to the component renaming event from the designer and call the corresponding RenameSymbol method to rename project scope symbols.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom.ChangeNotificationService
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
ChangeNotificationService Members
Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom Namespace