TemplatedControlDesigner.EnterTemplateMode メソッド
デザイナでの編集のための特定のテンプレート フレーム オブジェクトを開きます。
名前空間: System.Web.UI.Design
アセンブリ: System.Design (system.design.dll 内)
構文
<ObsoleteAttribute("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 Sub EnterTemplateMode ( _ newTemplateEditingFrame As ITemplateEditingFrame _ )
Dim instance As TemplatedControlDesigner Dim newTemplateEditingFrame As ITemplateEditingFrame instance.EnterTemplateMode(newTemplateEditingFrame)
[ObsoleteAttribute("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 EnterTemplateMode ( ITemplateEditingFrame newTemplateEditingFrame )
[ObsoleteAttribute(L"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 EnterTemplateMode ( ITemplateEditingFrame^ newTemplateEditingFrame )
/** @attribute ObsoleteAttribute("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 EnterTemplateMode ( ITemplateEditingFrame newTemplateEditingFrame )
ObsoleteAttribute("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 function EnterTemplateMode ( newTemplateEditingFrame : ITemplateEditingFrame )

![]() |
---|
EnterTemplateMode メソッドは今後使用しません。テンプレート ベースのコントロールのデザイナ内でテンプレートを操作するには、TemplateGroups プロパティを使用します。 |
既にテンプレート モードに入っており、異なったテンプレート フレームを編集中である場合、このメソッドは ExitTemplateMode を呼び出してすべてのテンプレートを保存し、編集中のフレームを閉じます。


Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からTemplatedControlDesigner.EnterTemplateMode メソッドを検索する場合は、下記のリンクをクリックしてください。

- TemplatedControlDesigner.EnterTemplateMode メソッドのページへのリンク