VBSymbol.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 the specified data sample from the object.
public static string GetSample (System.Web.Razor.Tokenizer.Symbols.VBSymbolType type);
static member GetSample : System.Web.Razor.Tokenizer.Symbols.VBSymbolType -> string
Public Shared Function GetSample (type As VBSymbolType) As String
Parameters
- type
- VBSymbolType
The VBSymbolType.
Returns
The specified data sample from the object.