GridTablesFactory Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Precaución
DataGrid is provided for binary compatibility with .NET Framework and is not intended to be used directly from your code. Use DataGridView instead.
Proporciona el CreateGridTables(DataGridTableStyle, Object, String, BindingContext) método .
Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.
public ref class GridTablesFactory
public ref class GridTablesFactory sealed
public ref class GridTablesFactory abstract sealed
public class GridTablesFactory
public sealed class GridTablesFactory
[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 sealed class GridTablesFactory
public static class GridTablesFactory
type GridTablesFactory = class
[<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 GridTablesFactory = class
Public Class GridTablesFactory
Public NotInheritable Class GridTablesFactory
- Herencia
-
GridTablesFactory
- Atributos
Métodos
| Nombre | Description |
|---|---|
| CreateGridTables(DataGridTableStyle, Object, String, BindingContext) |
Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.
Obsoletos.
Devuelve el objeto especificado DataGridTableStyle en una matriz de un elemento. |