RecognizePrimitive<T>.HelpArgs(T, Object) Method

Definition

Return the help template args for current choice and no preference.

protected System.Collections.Generic.List<object> HelpArgs (T state, object defaultValue);
member this.HelpArgs : 'T * obj -> System.Collections.Generic.List<obj>
Protected Function HelpArgs (state As T, defaultValue As Object) As List(Of Object)

Parameters

state
T

Form state.

defaultValue
Object

Current value of field.

Returns

Applies to