TypeBrowserEditor Classe

Definição

Cuidado

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Fornece uma interface do usuário para representar e editar os valores dos tipos do Windows Workflow Foundation em um Pesquisador de Objetos associado com um designer de fluxo de trabalho.Provides a user interface for representing and editing the values the Windows Workflow Foundation types in an object browser associated with a workflow designer.

public ref class TypeBrowserEditor : System::Drawing::Design::UITypeEditor
public class TypeBrowserEditor : System.Drawing.Design.UITypeEditor
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class TypeBrowserEditor : System.Drawing.Design.UITypeEditor
type TypeBrowserEditor = class
    inherit UITypeEditor
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type TypeBrowserEditor = class
    inherit UITypeEditor
Public Class TypeBrowserEditor
Inherits UITypeEditor
Herança
TypeBrowserEditor
Atributos

Comentários

Observação

Este material discute tipos e namespaces obsoletos.This material discusses types and namespaces that are obsolete. Para obter mais informações, consulte Deprecated Types in Windows Workflow Foundation 4.5 (Tipos preteridos no Windows Workflow Foundation 4.5).For more information, see Deprecated Types in Windows Workflow Foundation 4.5.

Essa classe permite que os usuários abram navegadores de objetos associados a qualquer designer de fluxo de trabalho e exibam todos os tipos e membros que residem nos namespaces do Windows Workflow Foundation.This class allows users to open object browsers associated with any workflow designer and view all types and members that reside in the Windows Workflow Foundation namespaces.

Construtores

TypeBrowserEditor()

Inicializa uma nova instância da classe TypeBrowserEditor.Initializes a new instance of the TypeBrowserEditor class.

Propriedades

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)

Métodos

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 estilo de editor indicado por GetEditStyle.Edits the value of the specified object using the editor style indicated by GetEditStyle.

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)
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)

Retorna o estilo de editor usado pelo método EditValue.Returns the editor style used by the EditValue method.

GetHashCode()

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

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