次の方法で共有


CatalogZoneDesigner.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

プロパティ値

既定の CatalogZone スキームを持つ、指定済みの DesignerAutoFormatCollection

注釈

プロパティは AutoFormats 、その基本実装をオーバーライドして、 クラスに固有のコレクションを CatalogZone 返します。

適用対象