SelectionGlyph 类

定义

注意

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

为在工作流设计图面上选择标志符号类时显示的所有标志符号类 ActivityDesigner 提供方法和属性。

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

注解

注释

此材料讨论已过时的类型和命名空间。 有关详细信息,请参阅 Windows Workflow Foundation 4.50 中的 Deprecated Types。

某些显示在活动设计器上的标志符号可由用户选择,而另一些标志符号则无法选择。 当用户选择可选择的字形时,标志符号将更改活动设计图面的外观。 该 SelectionGlyph 类是用户在活动设计图面上选择外观时更改外观的所有字形类的基类。

实施者说明

SelectionGlyph中继承时,必须重写以下成员: IsPrimarySelection

构造函数

名称 说明
SelectionGlyph()
已过时.

在派生类中实现时,初始化类的新实例 SelectionGlyph

字段

名称 说明
HighestPriority
已过时.

表示可能的最高优先级。DesignerGlyph 此值是常量。

(继承自 DesignerGlyph)
LowestPriority
已过时.

表示一个 DesignerGlyph. 的最小优先级。 此值是常量。

(继承自 DesignerGlyph)
NormalPriority
已过时.

表示一个 DesignerGlyph. 的正常优先级。 此值是常量。

(继承自 DesignerGlyph)

属性

名称 说明
CanBeActivated
已过时.

获取一个值, DesignerGlyph 该值指示是否可以获得 ActivityDesigner 其关联的焦点。

(继承自 DesignerGlyph)
IsPrimarySelection
已过时.

在派生类中重写时,获取一个值,该值指示选择标志符号是否是设计图面上所有选定字形的主要标志符号。

Priority
已过时.

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

方法

名称 说明
Equals(Object)
已过时.

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

(继承自 Object)
GetBounds(ActivityDesigner, Boolean)
已过时.

返回指定 ActivityDesigner上所选字形的边界。

GetGrabHandles(ActivityDesigner)
已过时.

返回一个矩形数组,该数组表示所选字形的抓取手柄。

GetHashCode()
已过时.

用作默认哈希函数。

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

获取当前实例的 Type

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

创建当前 Object的浅表副本。

(继承自 Object)
OnActivate(ActivityDesigner)
已过时.

向字形指示已执行已激活字形的操作。

(继承自 DesignerGlyph)
OnPaint(Graphics, Boolean, AmbientTheme, ActivityDesigner)
已过时.

执行在活动设计器图面上呈现字形所需的任何任务。

ToString()
已过时.

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

(继承自 Object)

适用于