TemplatedControlDesigner.GetTemplateContent メソッド
アセンブリ: 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 MustOverride Function GetTemplateContent ( _ editingFrame As ITemplateEditingFrame, _ templateName As String, _ <OutAttribute> ByRef allowEditing As Boolean _ ) As String
Dim instance As TemplatedControlDesigner Dim editingFrame As ITemplateEditingFrame Dim templateName As String Dim allowEditing As Boolean Dim returnValue As String returnValue = instance.GetTemplateContent(editingFrame, templateName, allowEditing)
[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 abstract string GetTemplateContent ( ITemplateEditingFrame editingFrame, string templateName, out bool allowEditing )
[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: virtual String^ GetTemplateContent ( ITemplateEditingFrame^ editingFrame, String^ templateName, [OutAttribute] bool% allowEditing ) abstract
/** @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 abstract String GetTemplateContent ( ITemplateEditingFrame editingFrame, String templateName, /** @attribute OutAttribute() */ /** @ref */ boolean allowEditing )
- templateName
テンプレートの名前。
テンプレートの内容。


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.GetTemplateContent メソッドを検索する場合は、下記のリンクをクリックしてください。

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