TemplatedControlDesigner.GetTemplateEditingVerbs 方法

定義

警告

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:
 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()

傳回

設計工具可使用的樣板編輯動作。

屬性

適用於

另請參閱