CommentGlyph 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
为用户在设计时禁用活动时显示标志符号 ActivityDesigner 。
public ref class CommentGlyph : System::Workflow::ComponentModel::Design::DesignerGlyph
public class CommentGlyph : System.Workflow.ComponentModel.Design.DesignerGlyph
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public class CommentGlyph : System.Workflow.ComponentModel.Design.DesignerGlyph
type CommentGlyph = class
inherit DesignerGlyph
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type CommentGlyph = class
inherit DesignerGlyph
Public Class CommentGlyph
Inherits DesignerGlyph
- 继承
- 属性
注解
注释
此材料讨论已过时的类型和命名空间。 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型。
当用户在设计器或其父设计器的设计时将属性设置为falseEnabled时显示CommentGlyph活动设计器。
构造函数
| 名称 | 说明 |
|---|---|
| CommentGlyph() |
已过时.
初始化 CommentGlyph 类的新实例。 |
字段
| 名称 | 说明 |
|---|---|
| HighestPriority |
已过时.
表示可能的最高优先级。DesignerGlyph 该值是一个常数。 (继承自 DesignerGlyph) |
| LowestPriority |
已过时.
表示一个 DesignerGlyph. 的最小优先级。 该值是一个常数。 (继承自 DesignerGlyph) |
| NormalPriority |
已过时.
表示一个 DesignerGlyph. 的正常优先级。 该值是一个常数。 (继承自 DesignerGlyph) |
属性
| 名称 | 说明 |
|---|---|
| CanBeActivated |
已过时.
获取一个值, DesignerGlyph 该值指示是否可以获得 ActivityDesigner 其关联的焦点。 (继承自 DesignerGlyph) |
| Priority |
已过时.
获取活动设计器上标志符号的视图优先级。 |
方法
| 名称 | 说明 |
|---|---|
| Equals(Object) |
已过时.
确定指定的对象是否等于当前对象。 (继承自 Object) |
| GetBounds(ActivityDesigner, Boolean) |
已过时.
返回指定 ActivityDesigner时当前注释字形的边界。 |
| GetHashCode() |
已过时.
用作默认哈希函数。 (继承自 Object) |
| GetType() |
已过时.
获取当前实例的 Type。 (继承自 Object) |
| MemberwiseClone() |
已过时.
创建当前 Object的浅表副本。 (继承自 Object) |
| OnActivate(ActivityDesigner) |
已过时.
向字形指示已执行已激活字形的操作。 (继承自 DesignerGlyph) |
| OnPaint(Graphics, Boolean, AmbientTheme, ActivityDesigner) |
已过时.
执行在活动设计器图面上呈现注释字形所需的任何任务。 |
| ToString() |
已过时.
返回一个表示当前对象的字符串。 (继承自 Object) |