TemplatedControlDesigner.GetCachedTemplateEditingVerbs Method
.NET Framework 3.0
NOTE: This method is now obsolete.
Gets the cached template editing verbs. Namespace: System.Web.UI.DesignAssembly: System.Design (in system.design.dll)
[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")] protected: virtual array<TemplateEditingVerb^>^ GetCachedTemplateEditingVerbs () 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") */
protected abstract TemplateEditingVerb[] GetCachedTemplateEditingVerbs ()
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") protected abstract function GetCachedTemplateEditingVerbs () : TemplateEditingVerb[]
Not applicable.
Return Value
An array of TemplateEditingVerb objects, if any. Note: |
|---|
| The GetCachedTemplateEditingVerbs method is obsolete. Use the TemplateGroups property to manipulate templates within a designer for template-based controls. |
Community Additions
ADD
Show:
Note: