public class UserToolItemPublic Class UserToolItemNo code example is currently available or this language may not be supported.| UserToolItem | Initializes a new instance of the UserToolItem class |
| Properties | Get a reference to the collection of properties defining this tool. |
| ToolId | Get/Set the globally unique tool ID. |
| ToolName | Get/Set the user's name for the tool. |
| ToolType | Get/Set the name of the base tool definition upon which this tool is based. |
| Clone | Create a deep clone of the caller's item and return it. |
| Equals | (Inherited from Object) |
| Finalize | (Inherited from Object) |
| GetHashCode | (Inherited from Object) |
| GetType | (Inherited from Object) |
| MemberwiseClone | (Inherited from Object) |
| ToString |
Return the string representation of this item.
(Overrides ObjectToString) |
| mProperties | Private member for Properties. |
| mToolId | Private member for ToolId. |
| mToolName | Private member for ToolName. |
| mToolType | Private member for ToolType. |