DataGridDesigner.SetTemplateContent メソッド
アセンブリ: 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 Overrides Sub SetTemplateContent ( _ editingFrame As ITemplateEditingFrame, _ templateName As String, _ templateContent As String _ )
Dim instance As DataGridDesigner Dim editingFrame As ITemplateEditingFrame Dim templateName As String Dim templateContent As String instance.SetTemplateContent(editingFrame, templateName, templateContent)
[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 override void SetTemplateContent (
    ITemplateEditingFrame editingFrame,
    string templateName,
    string templateContent
)
[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 void SetTemplateContent ( ITemplateEditingFrame^ editingFrame, String^ templateName, String^ templateContent ) override
/** @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 SetTemplateContent ( ITemplateEditingFrame editingFrame, String templateName, String templateContent )
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 override function SetTemplateContent
 (
    editingFrame : ITemplateEditingFrame, 
    templateName : String, 
    templateContent : String
)
- templateName
- テンプレートの名前。 
 .NET Framework のセキュリティ
.NET Framework のセキュリティ プラットフォーム
プラットフォーム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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
 バージョン情報
バージョン情報 参照
参照- DataGridDesigner.SetTemplateContent メソッドのページへのリンク

 
                             
                    


