Compartir a través de


CSharpSyntaxVisitor.VisitXmlComment(XmlCommentSyntax) Método

Definición

Se llama cuando el visitante visita un nodo XmlCommentSyntax.

public:
 virtual void VisitXmlComment(Microsoft::CodeAnalysis::CSharp::Syntax::XmlCommentSyntax ^ node);
public virtual void VisitXmlComment (Microsoft.CodeAnalysis.CSharp.Syntax.XmlCommentSyntax node);
abstract member VisitXmlComment : Microsoft.CodeAnalysis.CSharp.Syntax.XmlCommentSyntax -> unit
override this.VisitXmlComment : Microsoft.CodeAnalysis.CSharp.Syntax.XmlCommentSyntax -> unit
Public Overridable Sub VisitXmlComment (node As XmlCommentSyntax)

Parámetros

Se aplica a