ControlDesigner.InheritanceAttribute プロパティとは何? わかりやすく解説 Weblio辞書 (original) (raw)

デザイナの System.ComponentModel.InheritanceAttribute を取得します

名前空間: System.Windows.Forms.Design
アセンブリ: System.Design (system.design.dll 内)
構文構文

Visual Basic (宣言)

Protected Overrides ReadOnly Property InheritanceAttribute As InheritanceAttribute

Visual Basic (使用法)

Dim value As InheritanceAttribute

value = Me.InheritanceAttribute

C#

protected override InheritanceAttribute InheritanceAttribute { get; }

C++

protected: virtual property InheritanceAttribute^ InheritanceAttribute { InheritanceAttribute^ get () override; }

J#

/** @property */ protected InheritanceAttribute get_InheritanceAttribute ()

JScript

protected override function get InheritanceAttribute () : InheritanceAttribute

プロパティ
デザイナルート デザイナ場合は InheritanceAttribute.Inherited です。それ以外場合は親デザイナの InheritanceAttribute プロパティの値です。

.NET Framework のセキュリティ.NET Frameworkセキュリティ

プラットフォームプラットフォーム

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

開発プラットフォーム中には.NET Framework によってサポートされていないバージョンありますサポートされているバージョンについては、「システム要件」を参照してください

バージョン情報バージョン情報

.NET Framework
サポート対象 : 2.01.11.0

参照参照

関連項目
ControlDesigner クラス
ControlDesigner メンバ
System.Windows.Forms.Design 名前空間