IWebFormsDocumentService 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
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 동등한 디자이너 기능에 클래스를 사용합니다.
속성
| Name | Description |
|---|---|
| DocumentUrl |
사용되지 않음.
문서가 있는 URL을 가져옵니다. |
| IsLoading |
사용되지 않음.
문서 서비스가 현재 로드 중인지 여부를 나타내는 값을 가져옵니다. |
메서드
| Name | Description |
|---|---|
| CreateDiscardableUndoUnit() |
사용되지 않음.
삭제 가능한 실행 취소 단위를 만듭니다. |
| DiscardUndoUnit(Object) |
사용되지 않음.
지정한 실행 취소 단위를 삭제합니다. |
| EnableUndo(Boolean) |
사용되지 않음.
실행 취소할 수 있는 작업 단위 또는 트랜잭션 내에서 발생하는 작업을 실행 취소할 수 있습니다. |
| UpdateSelection() |
사용되지 않음.
파생 클래스에서 구현되는 경우 현재 선택 항목을 업데이트합니다. |
이벤트
| Name | Description |
|---|---|
| LoadComplete |
사용되지 않음.
서비스 로드가 완료되면 발생합니다. |