ControlDesigner.InheritanceAttribute 屬性

定義

取得設計工具的 InheritanceAttribute

protected:
 virtual property System::ComponentModel::InheritanceAttribute ^ InheritanceAttribute { System::ComponentModel::InheritanceAttribute ^ get(); };
protected override System.ComponentModel.InheritanceAttribute InheritanceAttribute { get; }
member this.InheritanceAttribute : System.ComponentModel.InheritanceAttribute
Protected Overrides ReadOnly Property InheritanceAttribute As InheritanceAttribute

屬性值

如果設計工具是根目錄設計工具,則為 Inherited,否則為父代設計工具之 InheritanceAttribute 屬性的值。

適用於