Compartir a través de


ReDimStatementSyntax.PreserveKeyword Propiedad

Definición

Devuelve Nothing si Kind=ReDim, devuelve la palabra clave "Preserve" si Kind=RedimPreserve.

public:
 property Microsoft::CodeAnalysis::SyntaxToken PreserveKeyword { Microsoft::CodeAnalysis::SyntaxToken get(); };
public Microsoft.CodeAnalysis.SyntaxToken PreserveKeyword { get; }
member this.PreserveKeyword : Microsoft.CodeAnalysis.SyntaxToken
Public ReadOnly Property PreserveKeyword As SyntaxToken

Valor de propiedad

Comentarios

Este elemento secundario es opcional. Si no está presente, se devuelve Nothing.

Se aplica a