InheritanceAttribute.NotInherited 字段

定义

指定组件不被继承。 此字段为只读。

public: static initonly System::ComponentModel::InheritanceAttribute ^ NotInherited;
public static readonly System.ComponentModel.InheritanceAttribute NotInherited;
 staticval mutable NotInherited : System.ComponentModel.InheritanceAttribute
Public Shared ReadOnly NotInherited As InheritanceAttribute 

字段值

注解

此字段创建一个新的 InheritanceAttribute ,指示未继承关联的组件。

适用于