RecognizePrimitive<T>.HelpArgs(T, Object) 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.
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.