WebFormsRootDesigner.CreateDesignerActionService(IServiceProvider) Methode

Definition

Gibt ein DesignerActionService-Entwurfszeitobjekt zurück.

protected:
 virtual System::ComponentModel::Design::DesignerActionService ^ CreateDesignerActionService(IServiceProvider ^ serviceProvider);
protected virtual System.ComponentModel.Design.DesignerActionService CreateDesignerActionService (IServiceProvider serviceProvider);
abstract member CreateDesignerActionService : IServiceProvider -> System.ComponentModel.Design.DesignerActionService
override this.CreateDesignerActionService : IServiceProvider -> System.ComponentModel.Design.DesignerActionService
Protected Overridable Function CreateDesignerActionService (serviceProvider As IServiceProvider) As DesignerActionService

Parameter

serviceProvider
IServiceProvider

Ein Entwurfshost, z. B. Visual Studio 2005, wird in eine -Form IServiceProvider umformt.

Gibt zurück

DesignerActionService

Ein Entwurfszeit-DesignerActionService-Objekt.

Hinweise

Die -Methode wird von einem Steuerelement-Designer aufgerufen und bietet eine Möglichkeit, Aktionselemente für den Steuerelement-Designer auf der Web Forms-Seite über einen Entwurfshost wie Visual Studio CreateDesignerActionService 2005 zu implementiert werden.

Gilt für

Siehe auch