VBLanguageCharacteristics.GetSample(VBSymbolType) 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.
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a sample symbol with the given type.
public override string GetSample(System.Web.Razor.Tokenizer.Symbols.VBSymbolType type);
override this.GetSample : System.Web.Razor.Tokenizer.Symbols.VBSymbolType -> string
Public Overrides Function GetSample (type As VBSymbolType) As String
Parameters
- type
- VBSymbolType
The type of the symbol.
Returns
A sample symbol with the given type.