TemplatedControlDesigner.ExitTemplateMode(Boolean, Boolean, Boolean) Yöntem
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 method 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
İlgili değişiklikleri kaydettikten sonra etkin olan şablon düzenleme çerçevesini kapatır.
public:
void ExitTemplateMode(bool fSwitchingTemplates, bool fNested, bool fSave);
public void ExitTemplateMode (bool fSwitchingTemplates, bool fNested, bool fSave);
[System.Obsolete("Use of this method 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 void ExitTemplateMode (bool fSwitchingTemplates, bool fNested, bool fSave);
member this.ExitTemplateMode : bool * bool * bool -> unit
[<System.Obsolete("Use of this method 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")>]
member this.ExitTemplateMode : bool * bool * bool -> unit
Public Sub ExitTemplateMode (fSwitchingTemplates As Boolean, fNested As Boolean, fSave As Boolean)
Parametreler
- fSwitchingTemplates
- Boolean
true
bir şablon düzenleme çerçevesinden diğerine geçerken; aksi takdirde false
.
- fNested
- Boolean
true
bu tasarımcı, tasarımcısı da şablon düzenleme modunda olan başka bir denetimde iç içe yerleştirilmişse (bir veya daha fazla düzey); aksi takdirde false
.
- fSave
- Boolean
true
şablonların çıkışta kaydedilmesi gerekiyorsa; aksi takdirde , false
.
- Öznitelikler
Açıklamalar
Not
ExitTemplateMode yöntemi kullanımdan kaldırıldı. TemplateGroups Şablon tabanlı denetimler için tasarımcı içindeki şablonları işlemek için özelliğini kullanın.