Share via


VBSymbol.GetSample Method

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.

Namespace:  System.Web.Razor.Tokenizer.Symbols
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

Syntax

'Declaration
Public Shared Function GetSample ( _
    type As VBSymbolType _
) As String
'Usage
Dim type As VBSymbolType 
Dim returnValue As String 

returnValue = VBSymbol.GetSample(type)
public static string GetSample(
    VBSymbolType type
)
public:
static String^ GetSample(
    VBSymbolType type
)
static member GetSample : 
        type:VBSymbolType -> string
public static function GetSample(
    type : VBSymbolType
) : String

Parameters

Return Value

Type: System.String
The specified data sample from the object.

See Also

Reference

VBSymbol Class

System.Web.Razor.Tokenizer.Symbols Namespace