ITemplateEditingService Arabirim
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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ın düzenlenmesine 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
Not
ITemplateEditingServiceArabirim artık kullanılmıyor. Şablonları TemplateGroups bir denetim tasarımcısının özelliği aracılığıyla kullanıma sunun. Tasarım Konağı, bir TemplatedEditableDesignerRegion TemplateGroup Denetim Tasarımcısı için tanımlanan her bir için bir oluşturur.
Özellikler
SupportsNestedTemplateEditing |
Hizmetin iç içe şablon düzenlemesini destekleyip desteklemediğini gösteren bir değer alır. |
Yöntemler
CreateFrame(TemplatedControlDesigner, String, String[]) |
Belirtilen şablonlu denetim Tasarımcısı için belirtilen ad ve şablonları kullanarak yeni bir şablon düzenlemesi çerçevesi oluşturur. |
CreateFrame(TemplatedControlDesigner, String, String[], Style, Style[]) |
Belirtilen TemplatedControlDesigner ad, şablon adları, denetim stili ve şablon stillerini kullanarak, belirtilen için yeni bir şablon düzenlemesi çerçevesi oluşturur. |
GetContainingTemplateName(Control) |
Üst şablonun adını alır. |