RenderTreeBuilder.AddMarkupContent(Int32, String) Méthode
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.
Ajoute un cadre représentant le contenu du balisage.
public:
void AddMarkupContent(int sequence, System::String ^ markupContent);
public void AddMarkupContent (int sequence, string markupContent);
public void AddMarkupContent (int sequence, string? markupContent);
member this.AddMarkupContent : int * string -> unit
Public Sub AddMarkupContent (sequence As Integer, markupContent As String)
Paramètres
- sequence
- Int32
Entier qui représente la position de l’instruction dans le code source.
- markupContent
- String
Contenu du nouveau cadre de balisage.