IDataGridEditingService インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
DataGrid is provided for binary compatibility with .NET Framework and is not intended to be used directly from your code. Use DataGridView instead.
編集要求を処理するメソッドを表します。
この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。
public interface class IDataGridEditingService
public interface IDataGridEditingService
[System.ComponentModel.Browsable(false)]
[System.Obsolete("`DataGrid` is provided for binary compatibility with .NET Framework and is not intended to be used directly from your code. Use `DataGridView` instead.", false, DiagnosticId="WFDEV006", UrlFormat="https://aka.ms/winforms-warnings/{0}")]
public interface IDataGridEditingService
type IDataGridEditingService = interface
[<System.ComponentModel.Browsable(false)>]
[<System.Obsolete("`DataGrid` is provided for binary compatibility with .NET Framework and is not intended to be used directly from your code. Use `DataGridView` instead.", false, DiagnosticId="WFDEV006", UrlFormat="https://aka.ms/winforms-warnings/{0}")>]
type IDataGridEditingService = interface
Public Interface IDataGridEditingService
- 派生
- 属性
メソッド
| 名前 | 説明 |
|---|---|
| BeginEdit(DataGridColumnStyle, Int32) |
この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。
古い.
編集操作を開始します。 |
| EndEdit(DataGridColumnStyle, Int32, Boolean) |
この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。
古い.
編集操作を終了します。 |