TypeBrowserEditor 類別

定義

警告

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

提供使用者介面,用來表示和編輯 Workflow Foundation 輸入與工作流程設計工具關聯之物件瀏覽器中的值。

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

備註

注意

此資料討論已被汰換的類型及命名空間。 如需詳細資訊,請參閱 Windows Workflow Foundation 4.5 中即將淘汰的類型

這個類別可讓使用者開啟與任何工作流程設計工具關聯的物件瀏覽器,並檢視位於 Windows Workflow Foundation 命名空間內的所有型別和成員。

建構函式

TypeBrowserEditor()
已淘汰.

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

屬性

IsDropDownResizable
已淘汰.

取得值,表示使用者是否能夠調整下拉式編輯器的大小。

(繼承來源 UITypeEditor)

方法

EditValue(IServiceProvider, Object)
已淘汰.

使用由 GetEditStyle() 方法指示的編輯器樣式,來編輯指定物件的值。

(繼承來源 UITypeEditor)
EditValue(ITypeDescriptorContext, IServiceProvider, Object)
已淘汰.

使用由 GetEditStyle 所指示的編輯器樣式,來編輯指定物件的值。

Equals(Object)
已淘汰.

判斷指定的物件是否等於目前的物件。

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

取得 EditValue(IServiceProvider, Object) 方法所使用的編輯器樣式。

(繼承來源 UITypeEditor)
GetEditStyle(ITypeDescriptorContext)
已淘汰.

傳回 EditValue 方法所使用的編輯器樣式。

GetHashCode()
已淘汰.

做為預設雜湊函式。

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

指出這個編輯器是否支援繪製物件值的表示。

(繼承來源 UITypeEditor)
GetPaintValueSupported(ITypeDescriptorContext)
已淘汰.

指出指定的內容是否支援在指定的內容中繪製物件值的表示。

(繼承來源 UITypeEditor)
GetType()
已淘汰.

取得目前執行個體的 Type

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

建立目前 Object 的淺層複製。

(繼承來源 Object)
PaintValue(Object, Graphics, Rectangle)
已淘汰.

將指定物件的表示值繪製到指定的畫布上。

(繼承來源 UITypeEditor)
PaintValue(PaintValueEventArgs)
已淘汰.

使用指定的 PaintValueEventArgs 來繪製物件值的表示。

(繼承來源 UITypeEditor)
ToString()
已淘汰.

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

(繼承來源 Object)

適用於