Aracılığıyla paylaş


ITemplateEditingService Arabirim

Tanım

Dikkat

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

Tasarım zamanında denetim şablonlarını düzenlemeye yönelik hizmetler sağlar.

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
Türetilmiş
Öznitelikler

Açıklamalar

Uyarı

Arabirim ITemplateEditingService kullanımdan kaldırıldı. Şablonları bir denetim tasarımcısının TemplateGroups özelliği aracılığıyla kullanıma sunma. Tasarım konağı, bir denetim tasarımcısı için tanımlanan her TemplateGroup için bir oluştururTemplatedEditableDesignerRegion.

Özellikler

Name Description
SupportsNestedTemplateEditing
Geçersiz.

Hizmetin iç içe şablon düzenlemeyi destekleyip desteklemediğini gösteren bir değer alır.

Yöntemler

Name Description
CreateFrame(TemplatedControlDesigner, String, String[], Style, Style[])
Geçersiz.

Belirtilen adı, şablon adlarını, denetim stilini ve şablon stillerini kullanarak belirtilen TemplatedControlDesigneriçin yeni bir şablon düzenleme çerçevesi oluşturur.

CreateFrame(TemplatedControlDesigner, String, String[])
Geçersiz.

Belirtilen adı ve şablonları kullanarak belirtilen şablonlu denetim tasarımcısı için yeni bir şablon düzenleme çerçevesi oluşturur.

GetContainingTemplateName(Control)
Geçersiz.

Üst şablonun adını alır.

Şunlara uygulanır

Ayrıca bkz.