ICustomNameSupport Interface Members
In This Topic
The following tables list the members exposed by ICustomNameSupport.
Public Methods
| Name | Description |
| AddCustomName | Overloaded. Adds a new user-defined name for the specified value, as string, to the model. |
| GetCustomName | Overloaded. Gets the user-defined name, as a string, from the model. |
| GetCustomNameEnumerator | Gets an IEnumerator that enumerates through the custom names defined in the model. |
| RemoveCustomName | Removes a user-defined name from the model. |
Top
See Also