VBSymbol Properties

The VBSymbol type exposes the following members.

  NameDescription
Public property Content This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the content of a SymbolBase(TType). (Inherited from SymbolBase(TType).)
Public property Errors This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the razor error. (Inherited from SymbolBase(TType).)
Public property Keyword This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the keyword used in the VB.
Public property Start This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the starting point of the source location. (Inherited from SymbolBase(TType).)
Public property Type This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a Type that inherits from the base Type. (Inherited from SymbolBase(TType).)
Top
Show: