InheritanceAttribute.Inherited 字段

定义

指定该组件会被继承。Specifies that the component is inherited. 此字段为只读。This field is read-only.

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

字段值

InheritanceAttribute

注解

此字段创建一个新 InheritanceAttribute 的,它指示关联的组件被继承。This field creates a new InheritanceAttribute that indicates that the associated component is inherited.

适用于