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()
Возвращаемое значение
Команды редактирования шаблона, доступные конструктору.
- Атрибуты