ChangeNotificationService Class
Used to rename project scope symbols.
This API is not CLS-compliant.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom.ChangeNotificationService
Namespace: Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public MustInherit Class ChangeNotificationService
[CLSCompliantAttribute(false)]
public abstract class ChangeNotificationService
[CLSCompliantAttribute(false)]
public ref class ChangeNotificationService abstract
[<AbstractClass>]
[<CLSCompliantAttribute(false)>]
type ChangeNotificationService = class end
public abstract class ChangeNotificationService
The ChangeNotificationService type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ChangeNotificationService | Returns a new instance of the service. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RenameElement | Renames the element | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
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.
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
Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom Namespace