The methods of the InheritanceService class are listed below. For a complete list of InheritanceService class members, see the InheritanceService Members topic.
AddInheritedComponents | Overloaded. [To be supplied.] |
Dispose | Disposes this object. |
Equals (inherited from Object) | Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality). |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetInheritanceAttribute | Retrieves the inheritance attribute of the given component. If the component is not being inherited, this will return the value NotInherited. Otherwise it will return the inheritance attribute for this component. |
GetType (inherited from Object) | Gets the Type of the Object. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
AddInheritedComponents | Overloaded. [To be supplied.] |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere. |
IgnoreInheritedField | This provides a way for users to modify the set of fields that the inheritance service will ignore. By default, the service ignores all fields that are private, and only allows public or protected fields. You may modify this behavior by overriding this method. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
InheritanceService Class | System.ComponentModel.Design Namespace