ITemplateEditingService 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
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 ITemplateEditingService
public interface ITemplateEditingService
[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 ITemplateEditingService
type ITemplateEditingService = interface
[<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 ITemplateEditingService = interface
Public Interface ITemplateEditingService
- 파생
- 특성
설명
참고
ITemplateEditingService 인터페이스는 사용되지 않습니다. 템플릿을 통해 노출 된 TemplateGroups 컨트롤 디자이너의 속성입니다. 디자인 호스트 만듭니다는 TemplatedEditableDesignerRegion 각각에 대 한 TemplateGroup 컨트롤 디자이너에 대 한 정의.
속성
SupportsNestedTemplateEditing |
해당 서비스에서 중첩된 템플릿 편집을 지원하는지 여부를 나타내는 값을 가져옵니다. |
메서드
CreateFrame(TemplatedControlDesigner, String, String[]) |
지정된 이름과 템플릿을 사용하여 지정된 템플릿 기반 컨트롤 디자이너의 새 템플릿 편집 프레임을 만듭니다. |
CreateFrame(TemplatedControlDesigner, String, String[], Style, Style[]) |
지정된 이름, 템플릿 이름, 컨트롤 스타일 및 템플릿 스타일을 사용하여 지정된 TemplatedControlDesigner의 새 템플릿 편집 프레임을 만듭니다. |
GetContainingTemplateName(Control) |
부모 템플릿의 이름을 가져옵니다. |