VBSymbolType Enum

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

public enum VBSymbolType
type VBSymbolType = 
Public Enum VBSymbolType
Inheritance
VBSymbolType

Fields

Add 25

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Bang 17

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

CharacterLiteral 10

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Colon 20

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Comma 18

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Comment 4

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Concatenation 21

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

DateLiteral 11

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Divide 26

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Dollar 34

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Dot 19

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Equal 31

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Exponentiation 28

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

FloatingPointLiteral 8

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

GreaterThan 30

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Hash 16

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Identifier 5

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

IntegerDivide 27

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

IntegerLiteral 7

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Keyword 6

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

LeftBrace 14

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

LeftBracket 33

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

LeftParenthesis 12

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

LessThan 29

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

LineContinuation 3

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Multiply 24

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

NewLine 2

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

QuestionMark 22

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

RazorComment 38

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

RazorCommentStar 37

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

RazorCommentTransition 36

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

RightBrace 13

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

RightBracket 32

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

RightParenthesis 15

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

StringLiteral 9

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Subtract 23

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Transition 35

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Unknown 0

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

WhiteSpace 1

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Applies to