Freigeben über


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, der in umgewandelt wird IServiceProvider.

Gibt zurück

Ein Entwurfszeit-DesignerActionService-Objekt.

Hinweise

Die CreateDesignerActionService -Methode wird von einem Steuerelement-Designer aufgerufen und bietet eine Möglichkeit zum Implementieren von Aktionselementen für den Steuerelement-Designer auf der Web Forms-Seite über einen Designhost, z. B. Visual Studio 2005.

Gilt für:

Weitere Informationen