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

適用対象