CSharpSyntaxVisitor<TResult>.VisitXmlPrefix(XmlPrefixSyntax) 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 XmlPrefixSyntax node.
public:
virtual TResult VisitXmlPrefix(Microsoft::CodeAnalysis::CSharp::Syntax::XmlPrefixSyntax ^ node);
public virtual TResult VisitXmlPrefix (Microsoft.CodeAnalysis.CSharp.Syntax.XmlPrefixSyntax node);
public virtual TResult? VisitXmlPrefix (Microsoft.CodeAnalysis.CSharp.Syntax.XmlPrefixSyntax node);
abstract member VisitXmlPrefix : Microsoft.CodeAnalysis.CSharp.Syntax.XmlPrefixSyntax -> 'Result
override this.VisitXmlPrefix : Microsoft.CodeAnalysis.CSharp.Syntax.XmlPrefixSyntax -> 'Result
Public Overridable Function VisitXmlPrefix (node As XmlPrefixSyntax) As TResult
Parameters
- node
- XmlPrefixSyntax
Returns
TResult
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.