다음을 통해 공유


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

속성 값

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

설명

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

적용 대상