StoryFragment.Add(BlockElement) Méthode

Définition

Ajoute un bloc au fragment d'histoire.

public:
 void Add(System::Windows::Documents::DocumentStructures::BlockElement ^ element);
public void Add (System.Windows.Documents.DocumentStructures.BlockElement element);
member this.Add : System.Windows.Documents.DocumentStructures.BlockElement -> unit
Public Sub Add (element As BlockElement)

Paramètres

element
BlockElement

Bloc à ajouter.

Exceptions

Le bloc passé est null.

S’applique à