NameChanges Class
Updated: February 25, 2016
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents the changes in the name of an object.
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
| Name | Description | |
|---|---|---|
![]() | NameChanges() | Initializes a new instance of the NameChanges class. |
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of name changes. |
| Name | Description | |
|---|---|---|
![]() | Add(NameChanges::EntryType, String^, String^) | Adds a name change using the specified entry type. |
![]() | Add(INamedObject^, String^) | Adds a name change using the specified named object and new name. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetNewName(NameChanges::EntryType, String^) | Gets the new name of the object. |
![]() | GetType() | (Inherited from Object.) |
![]() | HasNameChanged(NameChanges::EntryType, String^) | Indicates whether the name has changed. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


