DataBindingCollectionEditor 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
Use of this type is not recommended because DataBindings editing is launched via a DesignerActionList instead of the property grid. http://go.microsoft.com/fwlink/?linkid=14202
提供編輯資料繫結 (Data Binding) 集合的使用者介面。
public ref class DataBindingCollectionEditor : System::Drawing::Design::UITypeEditor
public class DataBindingCollectionEditor : System.Drawing.Design.UITypeEditor
[System.Obsolete("Use of this type is not recommended because DataBindings editing is launched via a DesignerActionList instead of the property grid. http://go.microsoft.com/fwlink/?linkid=14202")]
public class DataBindingCollectionEditor : System.Drawing.Design.UITypeEditor
type DataBindingCollectionEditor = class
inherit UITypeEditor
[<System.Obsolete("Use of this type is not recommended because DataBindings editing is launched via a DesignerActionList instead of the property grid. http://go.microsoft.com/fwlink/?linkid=14202")>]
type DataBindingCollectionEditor = class
inherit UITypeEditor
Public Class DataBindingCollectionEditor
Inherits UITypeEditor
- 繼承
- 屬性
備註
DataBindingCollectionEditor 類別已經過時。 在設計時間,會從 DesignerActionList 來完成數據系結的編輯,而不是屬性方格。 如需詳細資訊,請參閱ActionLists。
建構函式
DataBindingCollectionEditor() |
已淘汰.
初始化 DataBindingCollectionEditor 類別的新執行個體。 |
屬性
IsDropDownResizable |
已淘汰.
取得值,表示使用者是否能夠調整下拉式編輯器的大小。 (繼承來源 UITypeEditor) |
方法
EditValue(IServiceProvider, Object) |
已淘汰.
使用由 GetEditStyle() 方法指示的編輯器樣式,來編輯指定物件的值。 (繼承來源 UITypeEditor) |
EditValue(ITypeDescriptorContext, IServiceProvider, Object) |
已淘汰.
使用指定的服務提供者和內容,以編輯指定資料繫結集合的值。 |
Equals(Object) |
已淘汰.
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetEditStyle() |
已淘汰.
取得 EditValue(IServiceProvider, Object) 方法所使用的編輯器樣式。 (繼承來源 UITypeEditor) |
GetEditStyle(ITypeDescriptorContext) |
已淘汰.
取得 EditValue(ITypeDescriptorContext, IServiceProvider, Object) 方法所使用的編輯器樣式。 |
GetHashCode() |
已淘汰.
做為預設雜湊函式。 (繼承來源 Object) |
GetPaintValueSupported() |
已淘汰.
指出這個編輯器是否支援繪製物件值的表示。 (繼承來源 UITypeEditor) |
GetPaintValueSupported(ITypeDescriptorContext) |
已淘汰.
指出指定的內容是否支援在指定的內容中繪製物件值的表示。 (繼承來源 UITypeEditor) |
GetType() |
已淘汰.
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
已淘汰.
建立目前 Object 的淺層複製。 (繼承來源 Object) |
PaintValue(Object, Graphics, Rectangle) |
已淘汰.
將指定物件的表示值繪製到指定的畫布上。 (繼承來源 UITypeEditor) |
PaintValue(PaintValueEventArgs) |
已淘汰.
使用指定的 PaintValueEventArgs 來繪製物件值的表示。 (繼承來源 UITypeEditor) |
ToString() |
已淘汰.
傳回代表目前物件的字串。 (繼承來源 Object) |