PropertyStatementSyntax.WithPropertyKeyword(SyntaxToken) Method

Definition

Returns a copy of this with the PropertyKeyword property changed to the specified value. Returns this instance if the specified value is the same as the current value.

public:
 Microsoft::CodeAnalysis::VisualBasic::Syntax::PropertyStatementSyntax ^ WithPropertyKeyword(Microsoft::CodeAnalysis::SyntaxToken propertyKeyword);
public Microsoft.CodeAnalysis.VisualBasic.Syntax.PropertyStatementSyntax WithPropertyKeyword (Microsoft.CodeAnalysis.SyntaxToken propertyKeyword);
member this.WithPropertyKeyword : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.PropertyStatementSyntax
Public Function WithPropertyKeyword (propertyKeyword As SyntaxToken) As PropertyStatementSyntax

Parameters

propertyKeyword
SyntaxToken

Returns

Applies to