ChangeNotificationService Class
Visual Studio 2015
Used to rename project scope symbols.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
| Name | Description | |
|---|---|---|
![]() | ChangeNotificationService() | Returns a new instance of the service. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | RenameElement(CodeElement, String) | Renames the element |
![]() | ToString() | (Inherited from Object.) |
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.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

