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 中即將淘汰的類型。
當使用者於設計階段將設計工具或其父設計工具的 屬性設定為 時,活動設計工具將顯示 。
建構函式
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) |