TemplatedControlDesigner.GetTemplateEditingVerbs Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
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
Gets the template editing verbs available to the designer.
public:
cli::array <System::Web::UI::Design::TemplateEditingVerb ^> ^ GetTemplateEditingVerbs();
public System.Web.UI.Design.TemplateEditingVerb[] GetTemplateEditingVerbs ();
[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 System.Web.UI.Design.TemplateEditingVerb[] GetTemplateEditingVerbs ();
member this.GetTemplateEditingVerbs : unit -> System.Web.UI.Design.TemplateEditingVerb[]
[<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.GetTemplateEditingVerbs : unit -> System.Web.UI.Design.TemplateEditingVerb[]
Public Function GetTemplateEditingVerbs () As TemplateEditingVerb()
Returns
The template editing verbs available to the designer.
- Attributes