ITemplateEditingFrame 인터페이스
정의
경고
이 API는 현재 사용되지 않습니다.
템플릿 편집 영역을 관리하기 위한 인터페이스를 제공합니다.Provides an interface to manage a template editing area.
public interface class ITemplateEditingFrame : IDisposable
[System.Obsolete("Use of this type is not recommended because template editing is handled in ControlDesigner. To support template editing expose template data in the TemplateGroups property and call SetViewFlags(ViewFlags.TemplateEditing, true). https://go.microsoft.com/fwlink/?linkid=14202")]
public interface ITemplateEditingFrame : IDisposable
type ITemplateEditingFrame = interface
interface IDisposable
Public Interface ITemplateEditingFrame
Implements IDisposable
- 특성
- 구현
설명
참고
ITemplateEditingFrame 인터페이스는 사용되지 않습니다.The ITemplateEditingFrame interface is obsolete. 사용 된 TemplateGroups 템플릿 그룹 및 컨트롤 디자이너에 대 한 템플릿 그룹 내에서 템플릿 정의 액세스 하는 속성입니다.Use the TemplateGroups property to access template groups, and template definitions within template groups, for a control designer.
템플릿 편집 프레임을 템플릿 기반 컨트롤 디자이너의 템플릿 편집기에 대 한 UI를 나타냅니다.A template editing frame represents the UI for a template editor of a templated control designer.
속성
ControlStyle |
편집 프레임의 스타일을 가져옵니다.Gets the style for the editing frame. |
InitialHeight |
컨트롤의 처음 높이를 가져오거나 설정합니다.Gets or sets the initial height of the control. |
InitialWidth |
컨트롤의 처음 너비를 가져오거나 설정합니다.Gets or sets the initial width of the control. |
Name |
편집 프레임의 이름을 가져옵니다.Gets the name of the editing frame. |
TemplateNames |
사용할 템플릿의 이름 집합을 가져옵니다.Gets a set of names of templates to use. |
TemplateStyles |
컨트롤의 템플릿 스타일을 가져옵니다.Gets the template styles for the control. |
Verb |
템플릿을 호출하는 동사를 가져오거나 설정합니다.Gets or sets the verb that invokes the template. |
메서드
Close(Boolean) |
컨트롤을 닫고 필요한 경우 변경 내용을 저장합니다.Closes the control and optionally saves any changes. |
Dispose() |
관리되지 않는 리소스의 확보, 해제 또는 다시 설정과 관련된 애플리케이션 정의 작업을 수행합니다.Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (다음에서 상속됨 IDisposable) |
Open() |
컨트롤을 열어 표시합니다.Opens and displays the control. |
Resize(Int32, Int32) |
지정된 너비와 높이로 컨트롤의 크기를 조정합니다.Resizes the control to the specified width and height. |
Save() |
문서의 변경 내용을 저장합니다.Saves any changes to the document. |
UpdateControlName(String) |
컨트롤 이름을 지정된 이름으로 변경합니다.Changes the name of the control to the specified name. |