SyntaxFactory.PredefinedType(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.
Represents an occurrence of a Visual Basic built-in type such as Integer or String in source code.
public:
static Microsoft::CodeAnalysis::VisualBasic::Syntax::PredefinedTypeSyntax ^ PredefinedType(Microsoft::CodeAnalysis::SyntaxToken keyword);
public static Microsoft.CodeAnalysis.VisualBasic.Syntax.PredefinedTypeSyntax PredefinedType(Microsoft.CodeAnalysis.SyntaxToken keyword);
static member PredefinedType : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.VisualBasic.Syntax.PredefinedTypeSyntax
Public Shared Function PredefinedType (keyword As SyntaxToken) As PredefinedTypeSyntax
Parameters
- keyword
- SyntaxToken
The keyword that was used to describe the built-in type.