ConfigErrorGlyph 类

定义

注意

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

ActivityDesigner 提供当用户在设计期间尚未执行所需的设计器操作时要显示的标志符号。

public ref class ConfigErrorGlyph : System::Workflow::ComponentModel::Design::DesignerGlyph
public class ConfigErrorGlyph : System.Workflow.ComponentModel.Design.DesignerGlyph
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class ConfigErrorGlyph : System.Workflow.ComponentModel.Design.DesignerGlyph
type ConfigErrorGlyph = class
    inherit DesignerGlyph
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type ConfigErrorGlyph = class
    inherit DesignerGlyph
Public Class ConfigErrorGlyph
Inherits DesignerGlyph
继承
ConfigErrorGlyph
属性

注解

备注

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

活动设计器使用 ConfigErrorGlyph 显示与设计器图面上的智能标记关联的操作。 例如,如果活动要求用户设置属性,则活动设计器将显示 ConfigErrorGlyph 以通知他们需要设置属性。

构造函数

ConfigErrorGlyph()

初始化 ConfigErrorGlyph 类的新实例。

字段

HighestPriority

表示 DesignerGlyph 的可能的最高优先级。 该值是一个常数。

(继承自 DesignerGlyph)
LowestPriority

表示 DesignerGlyph 的可能的最低优先级。 该值是一个常数。

(继承自 DesignerGlyph)
NormalPriority

表示 DesignerGlyph 的正常优先级。 该值是一个常数。

(继承自 DesignerGlyph)

属性

CanBeActivated

获取一个值,该值指示 ConfigErrorGlyph 能否在关联的 ActivityDesigner 上获取焦点。

Priority

获取活动设计器图面上的标志符号的优先级设置。

方法

Equals(Object)

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

(继承自 Object)
GetBounds(ActivityDesigner, Boolean)

返回指定 ActivityDesigner 上的标志符号的边界。

GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
OnActivate(ActivityDesigner)

向标志符号通知激活它的操作已执行。

OnPaint(Graphics, Boolean, AmbientTheme, ActivityDesigner)

执行在活动设计器图面上呈现标志符号时所需的任何任务。

ToString()

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

(继承自 Object)

适用于