Class BlockSyntaxDescriptor
BlockSyntaxDescriptor class
Définit le BlockSyntaxDescriptor.
public class BlockSyntaxDescriptor
Propriétés
| Nom | La description |
|---|
| Block { get; } | Obtenir le bloc |
| Parser { get; } | Obtenez l’analyseur. |
Méthodes
| Nom | La description |
|---|
| AppendInline(SourceText) | Définit l’interface pour Append Inline. |
| Close() | Définit l’interface pour Fermer. |
| Delete() | Définit l’interface pour la suppression. |
| GetAttributes() | Définit l’interface pour obtenir l’attribut. |
| GetAttributeValue<T>(string) | Définit l’interface pour obtenir l’Attribute |
| GetContent() | Définit l’interface pour obtenir le contenu. |
| HasAttribute(string) | Définit l’interface pour la vérification Has Attribute |
| SetAttributeValue<T>(string, T) | Définit l’interface pour définir l’attribut. |
| override ToString() | Remplacer l’interface ToString. |
Voir également