次の方法で共有


ConnectionsZoneDesigner.AutoFormats プロパティ

定義

関連付けられたコントロールの [オートフォーマット] ダイアログ ボックスにデザイン時に表示される定義済みの自動書式指定スキームのコレクションを取得します。

public:
 virtual property System::Web::UI::Design::DesignerAutoFormatCollection ^ AutoFormats { System::Web::UI::Design::DesignerAutoFormatCollection ^ get(); };
public override System.Web.UI.Design.DesignerAutoFormatCollection AutoFormats { get; }
member this.AutoFormats : System.Web.UI.Design.DesignerAutoFormatCollection
Public Overrides ReadOnly Property AutoFormats As DesignerAutoFormatCollection

プロパティ値

DesignerAutoFormatCollection

既定の ConnectionZone スキームを持つ、定義済みの DesignerAutoFormatCollection

注釈

このプロパティは AutoFormats 、クラスに固有の定義済みのコレクションを取得するために、その基本実装を ConnectionsZone オーバーライドします。

適用対象