DesignerView 類別

定義

警告

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

作為繼承其類別所支援 CompositeActivityDesigner 視圖資訊的儲存庫。

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

備註

Note

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

建構函式

名稱 Description
DesignerView(Int32, String, Image, ActivityDesigner)
已淘汰.

透過使用整數、字串、一個 Image、 和 ActivityDesigner來初始化該類別的新DesignerView實例。

DesignerView(Int32, String, Image)
已淘汰.

透過使用整數、字串和 Image初始化類別的新DesignerView實例。

屬性

名稱 Description
AssociatedDesigner
已淘汰.

讓活動設計器與設計者檢視連結。

Image
已淘汰.

會取得與設計者視圖相關聯的圖片。

Text
已淘汰.

會取得設計師視圖的名稱。

UserData
已淘汰.

取得與設計者視圖相關聯的使用者資料字典。

ViewId
已淘汰.

取得與設計者視圖相關的識別碼。

方法

名稱 Description
Equals(Object)
已淘汰.

判斷指定的 Object 是否等於目前的設計視圖。

GetHashCode()
已淘汰.

作為雜湊函數 DesignerView ,適合用於雜湊演算法及資料結構,如雜湊表。

GetType()
已淘汰.

取得目前實例的 Type

(繼承來源 Object)
MemberwiseClone()
已淘汰.

建立目前 Object的淺層複本。

(繼承來源 Object)
OnActivate()
已淘汰.

當檢視被啟用時,會通知設計師。

OnDeactivate()
已淘汰.

當檢視被停用時通知設計師。

ToString()
已淘汰.

傳回表示目前 物件的字串。

(繼承來源 Object)

適用於