TableCell.Blocks Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un BlockCollection contenant les éléments de niveau Block supérieur qui composent le contenu du 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
Valeur de propriété
Contenant BlockCollection les Block éléments qui composent le contenu du TableCell
Cette propriété n’a aucune valeur par défaut.
Remarques
Utilisez la BlockCollection propriété retournée pour énumérer ou manipuler le contenu d’un TableCell élément.