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

適用対象