IWebFormsDocumentService 인터페이스

정의

주의

The recommended alternative is System.Web.UI.Design.WebFormsRootDesigner. The WebFormsRootDesigner contains additional functionality and allows for more extensibility. To get the WebFormsRootDesigner use the RootDesigner property from your ControlDesigner. http://go.microsoft.com/fwlink/?linkid=14202

Web Forms 문서의 로드 상태를 추적하고, 로드 타임에 이벤트를 처리하고, 문서 위치에 액세스하고, 문서의 실행 취소 서비스를 관리하고, 문서 내에 새 선택 영역을 설정하기 위한 서비스에 액세스할 수 있는 메서드를 제공합니다.

public interface class IWebFormsDocumentService
public interface IWebFormsDocumentService
[System.Obsolete("The recommended alternative is System.Web.UI.Design.WebFormsRootDesigner. The WebFormsRootDesigner contains additional functionality and allows for more extensibility. To get the WebFormsRootDesigner use the RootDesigner property from your ControlDesigner. http://go.microsoft.com/fwlink/?linkid=14202")]
public interface IWebFormsDocumentService
type IWebFormsDocumentService = interface
[<System.Obsolete("The recommended alternative is System.Web.UI.Design.WebFormsRootDesigner. The WebFormsRootDesigner contains additional functionality and allows for more extensibility. To get the WebFormsRootDesigner use the RootDesigner property from your ControlDesigner. http://go.microsoft.com/fwlink/?linkid=14202")>]
type IWebFormsDocumentService = interface
Public Interface IWebFormsDocumentService
특성

설명

참고

IWebFormsDocumentService 인터페이스는 사용되지 않습니다. 사용 된 WebFormsRootDesigner 동일한 디자이너 기능에 대 한 클래스입니다.

속성

DocumentUrl

문서가 있는 URL을 가져옵니다.

IsLoading

문서 서비스가 현재 로드되어 있는지 여부를 나타내는 값을 가져옵니다.

메서드

CreateDiscardableUndoUnit()

삭제 가능한 실행 취소 단위를 만듭니다.

DiscardUndoUnit(Object)

지정된 실행 취소 단위를 삭제합니다.

EnableUndo(Boolean)

취소할 수 있는 동작 단위나 트랜잭션 내에 발생하는 동작을 취소할 수 있도록 합니다.

UpdateSelection()

파생 클래스에서 구현하는 경우 현재 선택을 업데이트합니다.

이벤트

LoadComplete

서비스가 로드를 완료할 때 발생합니다.

적용 대상

추가 정보