다음을 통해 공유


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

속성 값

DesignerAutoFormatCollection

기본 CatalogZone 체계를 사용하는 미리 지정된 DesignerAutoFormatCollection입니다.

설명

AutoFormats속성은 해당 기본 구현을 재정의 하 여 클래스와 관련 된 컬렉션을 반환 합니다 CatalogZone .

적용 대상