TypeBrowserEditor 类

定义

注意

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

提供一个用户界面,用于表示和编辑与工作流设计器关联的对象浏览器中的 Windows Workflow Foundation 类型的值。

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
继承
TypeBrowserEditor
属性

注解

注意

本材料讨论的类型和命名空间已废弃不用。 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型

使用此类,用户可以打开与任意工作流设计器关联的对象浏览器,并可以查看 Windows Workflow Foundation 命名空间中的所有类型和成员。

构造函数

TypeBrowserEditor()
已过时.

初始化 TypeBrowserEditor 类的新实例。

属性

IsDropDownResizable
已过时.

获取一个值,该值指示是否应由用户调整下拉编辑器的大小。

(继承自 UITypeEditor)

方法

EditValue(IServiceProvider, Object)
已过时.

使用 GetEditStyle() 方法所指示的编辑器样式编辑指定对象的值。

(继承自 UITypeEditor)
EditValue(ITypeDescriptorContext, IServiceProvider, Object)
已过时.

使用 GetEditStyle 指示的编辑器样式编辑指定对象的值。

Equals(Object)
已过时.

确定指定对象是否等于当前对象。

(继承自 Object)
GetEditStyle()
已过时.

获取由 EditValue(IServiceProvider, Object) 方法使用的编辑器样式。

(继承自 UITypeEditor)
GetEditStyle(ITypeDescriptorContext)
已过时.

返回 EditValue 方法使用的编辑器样式。

GetHashCode()
已过时.

作为默认哈希函数。

(继承自 Object)
GetPaintValueSupported()
已过时.

指示该编辑器是否支持绘制对象值的表示形式。

(继承自 UITypeEditor)
GetPaintValueSupported(ITypeDescriptorContext)
已过时.

指示指定的上下文是否支持在指定的上下文内绘制对象值的表示形式。

(继承自 UITypeEditor)
GetType()
已过时.

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()
已过时.

创建当前 Object 的浅表副本。

(继承自 Object)
PaintValue(Object, Graphics, Rectangle)
已过时.

将指定对象值表示形式绘制到指定的画布上。

(继承自 UITypeEditor)
PaintValue(PaintValueEventArgs)
已过时.

使用指定的 PaintValueEventArgs 绘制某个对象的值的表示形式。

(继承自 UITypeEditor)
ToString()
已过时.

返回表示当前对象的字符串。

(继承自 Object)

适用于