CSharpSyntaxVisitor.VisitXmlProcessingInstruction Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when the visitor visits a XmlProcessingInstructionSyntax node.
public:
virtual void VisitXmlProcessingInstruction(Microsoft::CodeAnalysis::CSharp::Syntax::XmlProcessingInstructionSyntax ^ node);
public virtual void VisitXmlProcessingInstruction (Microsoft.CodeAnalysis.CSharp.Syntax.XmlProcessingInstructionSyntax node);
abstract member VisitXmlProcessingInstruction : Microsoft.CodeAnalysis.CSharp.Syntax.XmlProcessingInstructionSyntax -> unit
override this.VisitXmlProcessingInstruction : Microsoft.CodeAnalysis.CSharp.Syntax.XmlProcessingInstructionSyntax -> unit
Public Overridable Sub VisitXmlProcessingInstruction (node As XmlProcessingInstructionSyntax)