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)

System.Object
  Microsoft.VisualStudio.Shell.Design.Serialization.CodeDom.ChangeNotificationService

[CLSCompliantAttribute(false)]
public abstract class ChangeNotificationService

NameDescription
System_CAPS_protmethodChangeNotificationService()

Returns a new instance of the service.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodRenameElement(CodeElement, String)

Renames the element

System_CAPS_pubmethodToString()

(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.

Return to top
Show: