InheritanceAttribute.Default 字段

定义

指定 InheritanceAttribute 的默认值为 NotInherited。 此字段为只读。

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

字段值

注解

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

适用于