Udostępnij za pośrednictwem


ITemplateEditingService Interfejs

Definicja

Przestroga

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

Zapewnia usługi do edytowania szablonów kontrolek w czasie projektowania.

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
Pochodne
Atrybuty

Uwagi

Uwaga

Interfejs ITemplateEditingService jest przestarzały. Uwidocznij szablony TemplateGroups za pośrednictwem właściwości projektanta kontrolek. Host projektowy tworzy dla TemplatedEditableDesignerRegion każdego TemplateGroup zdefiniowanego dla projektanta kontrolek.

Właściwości

SupportsNestedTemplateEditing

Pobiera wartość, która wskazuje, czy usługa obsługuje edytowanie zagnieżdżonych szablonów.

Metody

CreateFrame(TemplatedControlDesigner, String, String[])

Tworzy nową ramkę edycji szablonu dla określonego projektanta kontrolek z szablonem przy użyciu określonej nazwy i szablonów.

CreateFrame(TemplatedControlDesigner, String, String[], Style, Style[])

Tworzy nową ramkę edycji szablonu dla określonego szablonu TemplatedControlDesigner przy użyciu określonej nazwy, nazw szablonów, stylu kontrolki i stylów szablonu.

GetContainingTemplateName(Control)

Pobiera nazwę szablonu nadrzędnego.

Dotyczy

Zobacz też