BindUITypeEditor 類別
定義
警告
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
表示 UITypeEditor,其與已繫結或可繫結在活動上的屬性關聯。Represents a UITypeEditor that is associated with the properties that are bound, or can be bound, on an activity.
public ref class BindUITypeEditor : System::Drawing::Design::UITypeEditor
public class BindUITypeEditor : System.Drawing.Design.UITypeEditor
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public class BindUITypeEditor : System.Drawing.Design.UITypeEditor
type BindUITypeEditor = class
inherit UITypeEditor
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type BindUITypeEditor = class
inherit UITypeEditor
Public Class BindUITypeEditor
Inherits UITypeEditor
- 繼承
- 屬性
備註
注意
此資料討論已被汰換的類型及命名空間。This material discusses types and namespaces that are obsolete. 如需詳細資訊,請參閱 Windows Workflow Foundation 4.5 中即將淘汰的類型。For more information, see Deprecated Types in Windows Workflow Foundation 4.5.
當使用者指出他們想要編輯屬性值時,會開啟 [ ActivityBind ] 對話方塊,協助您在活動上指定屬性系結。When users indicate that they want to edit property values, the ActivityBind dialog box opens to help in specifying the binding of properties on an activity.
建構函式
BindUITypeEditor() |
初始化 BindUITypeEditor 類別的新執行個體。Initializes a new instance of the BindUITypeEditor class. |
屬性
IsDropDownResizable |
取得值,表示使用者是否能夠調整下拉式編輯器的大小。Gets a value indicating whether drop-down editors should be resizable by the user. (繼承來源 UITypeEditor) |
方法
EditValue(IServiceProvider, Object) |
使用由 GetEditStyle() 方法指示的編輯器樣式,來編輯指定物件的值。Edits the value of the specified object using the editor style indicated by the GetEditStyle() method. (繼承來源 UITypeEditor) |
EditValue(ITypeDescriptorContext, IServiceProvider, Object) |
使用由 GetEditStyle 所指示的編輯器樣式,來編輯指定物件的值。Edits the value of the specified object using the editor style indicated by GetEditStyle. |
Equals(Object) |
判斷指定的物件是否等於目前的物件。Determines whether the specified object is equal to the current object. (繼承來源 Object) |
GetEditStyle() |
取得 EditValue(IServiceProvider, Object) 方法所使用的編輯器樣式。Gets the editor style used by the EditValue(IServiceProvider, Object) method. (繼承來源 UITypeEditor) |
GetEditStyle(ITypeDescriptorContext) |
傳回 EditValue 方法所使用的編輯器樣式。Returns the editor style used by the EditValue method. |
GetHashCode() |
做為預設雜湊函式。Serves as the default hash function. (繼承來源 Object) |
GetPaintValueSupported() |
指出這個編輯器是否支援繪製物件值的表示。Indicates whether this editor supports painting a representation of an object's value. (繼承來源 UITypeEditor) |
GetPaintValueSupported(ITypeDescriptorContext) |
指出指定的內容是否支援在指定的內容中繪製物件值的表示。Indicates whether the specified context supports painting a representation of an object's value within the specified context. (繼承來源 UITypeEditor) |
GetType() |
取得目前執行個體的 Type。Gets the Type of the current instance. (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。Creates a shallow copy of the current Object. (繼承來源 Object) |
PaintValue(Object, Graphics, Rectangle) |
將指定物件的表示值繪製到指定的畫布上。Paints a representation of the value of the specified object to the specified canvas. (繼承來源 UITypeEditor) |
PaintValue(PaintValueEventArgs) |
使用指定的 PaintValueEventArgs 來繪製物件值的表示。Paints a representation of the value of an object using the specified PaintValueEventArgs. (繼承來源 UITypeEditor) |
ToString() |
傳回代表目前物件的字串。Returns a string that represents the current object. (繼承來源 Object) |