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 を作成します。

適用対象