DataGridColumn.GenerateEditingElement(DataGridCell, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中覆寫時,取得繫結至資料行之 Binding 屬性值的編輯項目。
protected:
abstract System::Windows::FrameworkElement ^ GenerateEditingElement(System::Windows::Controls::DataGridCell ^ cell, System::Object ^ dataItem);
protected abstract System.Windows.FrameworkElement GenerateEditingElement (System.Windows.Controls.DataGridCell cell, object dataItem);
abstract member GenerateEditingElement : System.Windows.Controls.DataGridCell * obj -> System.Windows.FrameworkElement
Protected MustOverride Function GenerateEditingElement (cell As DataGridCell, dataItem As Object) As FrameworkElement
參數
- cell
- DataGridCell
將會包含已產生之項目的儲存格。
- dataItem
- Object
由資料列 (內含所要的儲存格) 表示的資料項目。
傳回
繫結至資料行之 Binding 屬性值的新編輯項目。
備註
這個方法會在儲存格處於編輯模式時,為儲存格內容建立視覺化樹狀結構。