CreateUserWizardStepCollectionEditor Classe

Definição

Fornece um editor em um host de design como o Visual Studio 2005 para editar o objeto WizardStepCollection de um controle de servidor Web CreateUserWizard.Provides an editor in a design host such as Visual Studio 2005 to edit the WizardStepCollection object of a CreateUserWizard Web server control.

public ref class CreateUserWizardStepCollectionEditor : System::Web::UI::Design::WebControls::WizardStepCollectionEditor
public class CreateUserWizardStepCollectionEditor : System.Web.UI.Design.WebControls.WizardStepCollectionEditor
type CreateUserWizardStepCollectionEditor = class
    inherit WizardStepCollectionEditor
Public Class CreateUserWizardStepCollectionEditor
Inherits WizardStepCollectionEditor
Herança
CreateUserWizardStepCollectionEditor

Construtores

CreateUserWizardStepCollectionEditor(Type)

Inicializa uma nova instância da classe CreateUserWizardStepCollectionEditor usando a Type fornecida.Initializes a new instance of the CreateUserWizardStepCollectionEditor class using the given Type.

Propriedades

CollectionItemType

Obtém o tipo de dados de cada item na coleção.Gets the data type of each item in the collection.

(Herdado de CollectionEditor)
CollectionType

Obtém o tipo de dados do objeto da coleção.Gets the data type of the collection object.

(Herdado de CollectionEditor)
Context

Obtém um descritor de tipo que indica o contexto atual.Gets a type descriptor that indicates the current context.

(Herdado de CollectionEditor)
HelpTopic

Obtém a palavra-chave Help usada para exibir o tópico da Ajuda ou uma lista de tópicos quando os usuários clicam no botão Ajuda ou pressionam a tecla F1 na caixa de diálogo do editor.Gets the Help keyword used to display the Help topic or topic list when users click the Help button or press the F1 key in the editor's dialog box.

IsDropDownResizable

Obtém um valor que indica se os editores de lista suspensa devem ser redimensionáveis pelo usuário.Gets a value indicating whether drop-down editors should be resizable by the user.

(Herdado de UITypeEditor)
NewItemTypes

Obtém os tipos disponíveis de itens que podem ser criados para esta coleção.Gets the available types of items that can be created for this collection.

(Herdado de CollectionEditor)

Métodos

CancelChanges()

Cancela as alterações à coleção.Cancels changes to the collection.

(Herdado de CollectionEditor)
CanRemoveInstance(Object)

Retorna um valor que indica se um objeto fornecido pode ser removido da coleção.Returns a value indicating whether a provided object can be removed from the collection.

CanSelectMultipleInstances()

Indica se várias instâncias podem ser selecionadas.Indicates whether multiple instances may be selected.

(Herdado de WizardStepCollectionEditor)
CreateCollectionForm()

Cria uma caixa de diálogo modal para editar o conteúdo de uma coleção de objetos CreateUserWizardStep.Creates a modal dialog box for editing the contents of a collection of CreateUserWizardStep objects.

CreateCollectionItemType()

Obtém o tipo de dados que essa coleção contém.Gets the data type that this collection contains.

(Herdado de CollectionEditor)
CreateInstance(Type)

Cria uma instância da coleção do Type especificado.Creates an instance of the collection of the specified Type.

(Herdado de WizardStepCollectionEditor)
CreateNewItemTypes()

Recupera os tipos de dados que essa coleção pode conter.Retrieves the data types this collection can contain.

(Herdado de WizardStepCollectionEditor)
DestroyInstance(Object)

Destrói a instância especificada do objeto.Destroys the specified instance of the object.

(Herdado de CollectionEditor)
EditValue(IServiceProvider, Object)

Edita o valor do objeto especificado usando o estilo de editor indicado pelo método GetEditStyle().Edits the value of the specified object using the editor style indicated by the GetEditStyle() method.

(Herdado de UITypeEditor)
EditValue(ITypeDescriptorContext, IServiceProvider, Object)

Edita o valor do objeto especificado usando o provedor de serviços e o contexto especificados.Edits the value of the specified object using the specified service provider and context.

(Herdado de CollectionEditor)
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)
GetDisplayText(Object)

Recupera o texto de exibição para o item de lista especificado.Retrieves the display text for the given list item.

(Herdado de CollectionEditor)
GetEditStyle()

Obtém o estilo de editor usado pelo método EditValue(IServiceProvider, Object).Gets the editor style used by the EditValue(IServiceProvider, Object) method.

(Herdado de UITypeEditor)
GetEditStyle(ITypeDescriptorContext)

Obtém o estilo de edição usado pelo método EditValue(ITypeDescriptorContext, IServiceProvider, Object).Gets the edit style used by the EditValue(ITypeDescriptorContext, IServiceProvider, Object) method.

(Herdado de CollectionEditor)
GetHashCode()

Serve como a função de hash padrão.Serves as the default hash function.

(Herdado de Object)
GetItems(Object)

Obtém uma matriz de objetos que contém a coleção especificada.Gets an array of objects containing the specified collection.

(Herdado de CollectionEditor)
GetObjectsFromInstance(Object)

Retorna uma lista que contém o objeto fornecido.Returns a list containing the given object.

(Herdado de CollectionEditor)
GetPaintValueSupported()

Indica se esse editor é compatível com pintura de uma representação do valor de um objeto.Indicates whether this editor supports painting a representation of an object's value.

(Herdado de UITypeEditor)
GetPaintValueSupported(ITypeDescriptorContext)

Indica se o contexto especificado é compatível com pintura de uma representação do valor de um objeto no contexto especificado.Indicates whether the specified context supports painting a representation of an object's value within the specified context.

(Herdado de UITypeEditor)
GetService(Type)

Obtém o serviço solicitado, se ele está disponível.Gets the requested service, if it is available.

(Herdado de CollectionEditor)
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)
PaintValue(Object, Graphics, Rectangle)

Pinta uma representação do valor do objeto especificado na tela especificada.Paints a representation of the value of the specified object to the specified canvas.

(Herdado de UITypeEditor)
PaintValue(PaintValueEventArgs)

Pinta uma representação do valor de um objeto usando o PaintValueEventArgs especificado.Paints a representation of the value of an object using the specified PaintValueEventArgs.

(Herdado de UITypeEditor)
SetItems(Object, Object[])

Define a matriz especificada como os itens da coleção.Sets the specified array as the items of the collection.

(Herdado de CollectionEditor)
ShowHelp()

Exibe o tópico da Ajuda padrão para o editor de coleção.Displays the default Help topic for the collection editor.

(Herdado de CollectionEditor)
ToString()

Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object.

(Herdado de Object)

Aplica-se a

Confira também