AnnotationExtensions Classe
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.
public ref class AnnotationExtensions abstract sealed
public static class AnnotationExtensions
type AnnotationExtensions = class
Public Module AnnotationExtensions
- Héritage
-
AnnotationExtensions
Méthodes
WithAdditionalAnnotations<TNode>(TNode, IEnumerable<SyntaxAnnotation>) |
Crée un nœud identique à ce nœud avec les annotations spécifiées jointes. |
WithAdditionalAnnotations<TNode>(TNode, SyntaxAnnotation[]) |
Crée un nœud identique à ce nœud avec les annotations spécifiées jointes. |
WithoutAnnotations<TNode>(TNode, IEnumerable<SyntaxAnnotation>) |
Crée un nœud identique à ce nœud avec les annotations spécifiées supprimées. |
WithoutAnnotations<TNode>(TNode, String) |
Crée un nœud identique à ce nœud avec les annotations du type spécifié supprimé. |
WithoutAnnotations<TNode>(TNode, SyntaxAnnotation[]) |
Crée un nœud identique à ce nœud avec les annotations spécifiées supprimées. |