ITemplateEditingFrame 인터페이스

정의

주의

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). http://go.microsoft.com/fwlink/?linkid=14202

템플릿 편집 영역을 관리하기 위한 인터페이스를 제공합니다.

public interface class ITemplateEditingFrame : IDisposable
public interface 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). http://go.microsoft.com/fwlink/?linkid=14202")]
public interface ITemplateEditingFrame : IDisposable
type ITemplateEditingFrame = interface
    interface 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). http://go.microsoft.com/fwlink/?linkid=14202")>]
type ITemplateEditingFrame = interface
    interface IDisposable
Public Interface ITemplateEditingFrame
Implements IDisposable
특성
구현

설명

참고

ITemplateEditingFrame 인터페이스는 사용되지 않습니다. 사용 된 TemplateGroups 템플릿 그룹 및 컨트롤 디자이너에 대 한 템플릿 그룹 내에서 템플릿 정의 액세스 하는 속성입니다.

템플릿 편집 프레임을 템플릿 기반 컨트롤 디자이너의 템플릿 편집기에 대 한 UI를 나타냅니다.

속성

ControlStyle

편집 프레임의 스타일을 가져옵니다.

InitialHeight

컨트롤의 처음 높이를 가져오거나 설정합니다.

InitialWidth

컨트롤의 처음 너비를 가져오거나 설정합니다.

Name

편집 프레임의 이름을 가져옵니다.

TemplateNames

사용할 템플릿의 이름 집합을 가져옵니다.

TemplateStyles

컨트롤의 템플릿 스타일을 가져옵니다.

Verb

템플릿을 호출하는 동사를 가져오거나 설정합니다.

메서드

Close(Boolean)

컨트롤을 닫고 필요한 경우 변경 내용을 저장합니다.

Dispose()

관리되지 않는 리소스의 확보, 해제 또는 다시 설정과 관련된 애플리케이션 정의 작업을 수행합니다.

(다음에서 상속됨 IDisposable)
Open()

컨트롤을 열어 표시합니다.

Resize(Int32, Int32)

지정된 너비와 높이로 컨트롤의 크기를 조정합니다.

Save()

문서의 변경 내용을 저장합니다.

UpdateControlName(String)

컨트롤 이름을 지정된 이름으로 변경합니다.

적용 대상

추가 정보