ReadOnlyActivityGlyph 類別

定義

警告

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

提供一個字形,供 a ActivityDesigner 在設計時將其關聯的活動設定為僅讀取時顯示。

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

備註

Note

此數據會討論已過時的類型和命名空間。 欲了解更多資訊,請參閱 Windows Workflow Foundation 4.5 中的 Deprecated Types。

建構函式

名稱 Description
ReadOnlyActivityGlyph()
已淘汰.

初始化 ReadOnlyActivityGlyph 類別的新執行個體。

欄位

名稱 Description
HighestPriority
已淘汰.

代表 的最高優先權 DesignerGlyph。 這個數值是固定不變的。

(繼承來源 DesignerGlyph)
LowestPriority
已淘汰.

代表 的最低優先權 DesignerGlyph。 這個數值是固定不變的。

(繼承來源 DesignerGlyph)
NormalPriority
已淘汰.

代表 的正常優先權 DesignerGlyph。 這個數值是固定不變的。

(繼承來源 DesignerGlyph)

屬性

名稱 Description
CanBeActivated
已淘汰.

獲得一個值,表示是否 DesignerGlyph 能聚焦於其所關聯的事物 ActivityDesigner

(繼承來源 DesignerGlyph)
Priority
已淘汰.

取得活動設計者表面符文的優先權設定。

方法

名稱 Description
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)

適用於