FlagEnumerationEditor 类

用于表示和编辑字段枚举提供用户 (UI)界面。

继承层次结构

System.Object
  System.Drawing.Design.UITypeEditor
    Microsoft.VisualStudio.Modeling.Design.FlagEnumerationEditor

命名空间:  Microsoft.VisualStudio.Modeling.Design
程序集:  Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)

语法

声明
Public NotInheritable Class FlagEnumerationEditor _
    Inherits UITypeEditor
public sealed class FlagEnumerationEditor : UITypeEditor

FlagEnumerationEditor 类型公开以下成员。

构造函数

  名称 说明
公共方法 FlagEnumerationEditor 初始化 FlagEnumerationEditor 类的新实例。

页首

属性

  名称 说明
公共属性 IsDropDownResizable 获取一个值,指示是否应该由用户调整下拉编辑器的大小。 (继承自 UITypeEditor。)

页首

方法

  名称 说明
公共方法 EditValue(IServiceProvider, Object) 使用 GetEditStyle 方法所指示的编辑器样式编辑指定对象的值。 (继承自 UITypeEditor。)
公共方法 EditValue(ITypeDescriptorContext, IServiceProvider, Object) 编辑枚举值使用 GetEditStyle 方法表示的编辑器样式。 (重写 UITypeEditor.EditValue(ITypeDescriptorContext, IServiceProvider, Object)。)
公共方法 Equals 确定指定的对象是否等于当前对象。 (继承自 Object。)
公共方法 GetEditStyle() 获取由 EditValue 方法使用的编辑器样式。 (继承自 UITypeEditor。)
公共方法 GetEditStyle(ITypeDescriptorContext) 获取由 EditValue 方法使用的编辑器样式。 (重写 UITypeEditor.GetEditStyle(ITypeDescriptorContext)。)
公共方法 GetHashCode 用作特定类型的哈希函数。 (继承自 Object。)
公共方法 GetPaintValueSupported() 指示该编辑器是否支持绘制对象值的表示形式。 (继承自 UITypeEditor。)
公共方法 GetPaintValueSupported(ITypeDescriptorContext) 指示指定的上下文是否支持在指定的上下文内绘制对象值的表示形式。 (继承自 UITypeEditor。)
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
公共方法 PaintValue(PaintValueEventArgs) 使用指定的 PaintValueEventArgs 绘制某个对象的值的表示形式。 (继承自 UITypeEditor。)
公共方法 PaintValue(Object, Graphics, Rectangle) 将指定对象的值的表示形式绘制到指定的画布上。 (继承自 UITypeEditor。)
公共方法 ToString 返回表示当前对象的字符串。 (继承自 Object。)

页首

备注

域特定语言工具 (DSL 工具) 使用此类型表示标志枚举的属性值输入属性网格并使该值编辑器。

若要创建标志枚举的字段自定义的编辑器,请从该类继承并重写一个或多个成员。

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参见

参考

Microsoft.VisualStudio.Modeling.Design 命名空间

GetEditor