DataGridTemplateColumn.GenerateElement(DataGridCell, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得繫結至資料行 CellTemplate 屬性值之 Binding 所定義的項目。
protected:
override System::Windows::FrameworkElement ^ GenerateElement(System::Windows::Controls::DataGridCell ^ cell, System::Object ^ dataItem);
protected override System.Windows.FrameworkElement GenerateElement (System.Windows.Controls.DataGridCell cell, object dataItem);
override this.GenerateElement : System.Windows.Controls.DataGridCell * obj -> System.Windows.FrameworkElement
Protected Overrides Function GenerateElement (cell As DataGridCell, dataItem As Object) As FrameworkElement
參數
- cell
- DataGridCell
將會包含已產生之項目的儲存格。
- dataItem
- Object
由資料列 (內含所要的儲存格) 表示的資料項目。
傳回
繫結至資料行之 Binding 屬性值的新唯讀項目。