WizardStepTemplatedEditableRegion Classe
Definição
Define uma região de conteúdo editável dentro da marcação de tempo de design de um modelo em uma etapa do assistente para um WizardDesigner.Defines an editable region of content within the design-time markup of a template in a wizard step for a WizardDesigner.
public ref class WizardStepTemplatedEditableRegion : System::Web::UI::Design::TemplatedEditableDesignerRegion
public class WizardStepTemplatedEditableRegion : System.Web.UI.Design.TemplatedEditableDesignerRegion
type WizardStepTemplatedEditableRegion = class
inherit TemplatedEditableDesignerRegion
Public Class WizardStepTemplatedEditableRegion
Inherits TemplatedEditableDesignerRegion
- Herança
-
WizardStepTemplatedEditableRegion
Construtores
| WizardStepTemplatedEditableRegion(TemplateDefinition, WizardStepBase) |
Inicializa uma nova instância da classe WizardStepTemplatedEditableRegion.Initializes a new instance of the WizardStepTemplatedEditableRegion class. |
Propriedades
| Content |
Obtém ou define a marcação HTML para o conteúdo da região.Gets or sets the HTML markup for the content of the region. (Herdado de EditableDesignerRegion) |
| Description |
Obtém ou define a descrição para uma região de designer.Gets or sets the description for a designer region. (Herdado de DesignerRegion) |
| Designer |
Obtém o componente de designer associado.Gets the associated designer component. (Herdado de DesignerObject) |
| DisplayName |
Obtém ou define o nome de exibição para uma região de designer.Gets or sets the friendly display name for a designer region. (Herdado de DesignerRegion) |
| EnsureSize |
Obtém ou define um valor que indica se o tamanho da região deve ser definido explicitamente na região de designer pelo host de design.Gets or sets a value indicating whether the region size is to be explicitly set on the designer region by the design host. (Herdado de DesignerRegion) |
| Highlight |
Obtém ou define um valor que indica se a região de designer deve ser realçada na superfície de design.Gets or sets a value indicating whether to highlight the designer region on the design surface. (Herdado de DesignerRegion) |
| IsSingleInstanceTemplate |
Obtém ou define se o modelo ocorre apenas uma vez por instância do controle recipiente, como um modelo |
| Name |
Obtém o nome do objeto.Gets the name of the object. (Herdado de DesignerObject) |
| Properties |
Obtém as propriedades do objeto.Gets the object's properties. (Herdado de DesignerObject) |
| Selectable |
Obtém ou define um valor que indica se a região de designer pode ser selecionada pelo usuário na superfície de design.Gets or sets a value indicating whether the designer region can be selected by the user on the design surface. (Herdado de DesignerRegion) |
| Selected |
Obtém ou define um valor que indica se a região de designer está atualmente selecionada na superfície de design.Gets or sets a value indicating whether the designer region is currently selected on the design surface. (Herdado de DesignerRegion) |
| ServerControlsOnly |
Obtém ou define um valor que indica se a região pode aceitar apenas controles de servidor Web.Gets or sets a value indicating whether the region can accept only Web server controls. (Herdado de EditableDesignerRegion) |
| Step |
Obtém a etapa do assistente de tempo de design associada.Gets the associated design-time wizard step. |
| SupportsDataBinding |
Obtém ou define um valor que indica se o modelo pode ser associado a uma fonte de dados.Gets or sets a value that indicates whether the template can be bound to a data source. (Herdado de TemplatedEditableDesignerRegion) |
| TemplateDefinition |
Obtém um objeto TemplateDefinition que descreve o modelo referenciado pela região.Gets a TemplateDefinition object describing the template that is referenced by the region. (Herdado de TemplatedEditableDesignerRegion) |
| UserData |
Obtém ou define os dados de usuário opcionais a serem associados com a região de designer.Gets or sets optional user data to associate with the designer region. (Herdado de DesignerRegion) |
Métodos
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetBounds() |
Recupera o tamanho da região de designer na superfície de design.Retrieves the size of the designer region on the design surface. (Herdado de DesignerRegion) |
| GetChildViewRendering(Control) |
Retorna um objeto ViewRendering que contém a marcação HTML do tempo de design para o controle fornecido.Returns a ViewRendering object containing the design-time HTML markup for the given control. (Herdado de EditableDesignerRegion) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetService(Type) |
Obtém um serviço de host de design, conforme identificado pelo tipo fornecido.Gets a service from the design host, as identified by the provided type. (Herdado de DesignerObject) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |
Implantações explícitas de interface
| IServiceProvider.GetService(Type) |
Para obter uma descrição desse membro, confira GetService(Type).For a description of this member, see GetService(Type). (Herdado de DesignerObject) |