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.50 中的 Deprecated Types。

活动设计器用于 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)

适用于