XmlCommentSyntax.Update(SyntaxToken, SyntaxTokenList, SyntaxToken) 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.
Returns a copy of this with the specified changes. Returns this instance if there are no actual changes.
public:
Microsoft::CodeAnalysis::VisualBasic::Syntax::XmlCommentSyntax ^ Update(Microsoft::CodeAnalysis::SyntaxToken lessThanExclamationMinusMinusToken, Microsoft::CodeAnalysis::SyntaxTokenList textTokens, Microsoft::CodeAnalysis::SyntaxToken minusMinusGreaterThanToken);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlCommentSyntax Update (Microsoft.CodeAnalysis.SyntaxToken lessThanExclamationMinusMinusToken, Microsoft.CodeAnalysis.SyntaxTokenList textTokens, Microsoft.CodeAnalysis.SyntaxToken minusMinusGreaterThanToken);
member this.Update : Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.SyntaxTokenList * Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.XmlCommentSyntax
Public Function Update (lessThanExclamationMinusMinusToken As SyntaxToken, textTokens As SyntaxTokenList, minusMinusGreaterThanToken As SyntaxToken) As XmlCommentSyntax
Parameters
- lessThanExclamationMinusMinusToken
- SyntaxToken
The value for the LessThanExclamationMinusMinusToken property.
- textTokens
- SyntaxTokenList
The value for the TextTokens property.
- minusMinusGreaterThanToken
- SyntaxToken
The value for the MinusMinusGreaterThanToken property.