TableCell.Blocks Propiedad

Definición

Obtiene un BlockCollection objeto que contiene los elementos de nivel Block superior que componen el contenido de TableCell.

public:
 property System::Windows::Documents::BlockCollection ^ Blocks { System::Windows::Documents::BlockCollection ^ get(); };
public System.Windows.Documents.BlockCollection Blocks { get; }
member this.Blocks : System.Windows.Documents.BlockCollection
Public ReadOnly Property Blocks As BlockCollection

Valor de propiedad

que BlockCollection contiene los Block elementos que componen el contenido de . TableCell

Esta propiedad no tiene ningún valor predeterminado.

Comentarios

Utilice el BlockCollection devuelto por esta propiedad para enumerar o manipular el contenido de un TableCell elemento.

Se aplica a