다음을 통해 공유


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 합니다.

적용 대상