NameChanges Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the changes in the name of an object.
public ref class NameChanges
public class NameChanges
type NameChanges = class
Public Class NameChanges
- Inheritance
-
NameChanges
Constructors
NameChanges() |
Initializes a new instance of the NameChanges class. |
Properties
Count |
Gets the number of name changes. |
Methods
Add(INamedObject, String) |
Adds a name change using the specified named object and new name. |
Add(NameChanges+EntryType, String, String) |
Adds a name change using the specified entry type. |
GetNewName(NameChanges+EntryType, String) |
Gets the new name of the object. |
HasNameChanged(NameChanges+EntryType, String) |
Indicates whether the name has changed. |