RecognizePrimitive<T>.HelpArgs(T, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回当前选项和无首选项的帮助模板参数。
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)
参数
- state
- T
窗体状态。
- defaultValue
- Object
字段的当前值。