TemplatedControlDesigner.GetTemplateEditingVerbs Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przestroga
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
Pobiera czasowniki do edycji szablonu dostępne dla projektanta.
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()
Zwraca
Czasowniki edycji szablonu dostępne dla projektanta.
- Atrybuty