NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

InheritanceAttribute Class

Marks instances of objects that are inherited from their base superclass. This class cannot be inherited.

Object
   Attribute
      MemberAttribute
         InheritanceAttribute

[Visual Basic]
NotInheritable Public Class InheritanceAttribute
   Inherits MemberAttribute
[C#]
public sealed class InheritanceAttribute : MemberAttribute
[C++]
public __gc __sealed class InheritanceAttribute : public
   MemberAttribute
[JScript]
public class InheritanceAttribute extends MemberAttribute

Remarks

To find inherited objects, the method cycles through the base classes. When an inherited object is found, it is added to the design container so that its properties can be browsed in the property browser. It should be marked inherited so that declarations are not added for the component.

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

InheritanceAttribute Members | System.ComponentModel.Design Namespace | MemberAttribute